#210FB7

Color #210FB7 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #210FB7

Tints of Ultramarine #210FB7

Color information

#210FB7 (or 0x210FB7) is unknown color: approx Ultramarine. HEX triplet: 21, 0F and B7. RGB value is (33,15,183). Sum of RGB (Red+Green+Blue) = 33+15+183=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #210FB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #210FB7 is #DEF048. Grayscale: #262626. Windows color (decimal): -14610505 or 11996961. OLE color: 11996961.

HSL color Cylindrical-coordinate representation of color #210FB7: hue angle of 246.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #210FB7 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3315183-
CMYK0.820.9200.28
HSL246.43º84.85%38.82%-
HSV(B)246.43º91.8%71.76%-
XYZ9.354.0845.1-
YUV39.53208.96123.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 14.29%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 183 (71.88% from 255) = 79.22%
R=14.29%
G=6.49%
B=79.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal33151830.820.9200.28246.4384.8538.82
Hex21FB7525C01Cf65527
Octal411726712213403436612547
Binary10000111111011011110100101011100011100111101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210FB7; }

 p { color: rgb(33,15,183); }

 H1.HeaderClassName
 {
   color: #210FB7;
 }
 .AnyTagClassName
 {
   color: #210FB7;
 }
</style>
background-color css

<style>
 a { background-color: #210FB7; }

 a { background-color: rgb(33,15,183); }

 div.DivClassName
 {
   background-color: #210FB7;
 }
 .BgClassName
 {
   background-color: #210FB7;
 }
</style>
border-color css

<style>
 span { border-color: #210FB7; }

 span { border-color: rgb(33,15,183); }

 td.TdClassName
 {
   border-color: #210FB7;
 }
 .TagClassName
 {
   border-color: #210FB7;
 }
</style>