#020F55

Color #020F55 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #020F55

Tints of Sapphire #020F55

Color information

#020F55 (or 0x020F55) is unknown color: approx Sapphire. HEX triplet: 02, 0F and 55. RGB value is (2,15,85). Sum of RGB (Red+Green+Blue) = 2+15+85=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 85 (33.59% from 255 or 83.33% from 102); Max value from RGB is 85 - color contains mainly: blue. Hex color #020F55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F55 is #FDF0AA. Grayscale: #121212. Windows color (decimal): -16642219 or 5574402. OLE color: 5574402.

HSL color Cylindrical-coordinate representation of color #020F55: hue angle of 230.6º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F55 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21585-
CMYK0.980.8200.67
HSL230.6º95.4%17.06%-
HSV(B)230.6º97.65%33.33%-
XYZ1.841.018.69-
YUV19.09165.19115.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 15 (6.25% from 255) = 14.71%
BLUE value IS 85 (33.59% from 255) = 83.33%
R=1.96%
G=14.71%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal215850.980.8200.67230.695.417.06
Hex2F556252043e75f11
Octal217125142122010334713721
Binary1011111010101110001010100100100001111100111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F55; }

 p { color: rgb(2,15,85); }

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

<style>
 a { background-color: #020F55; }

 a { background-color: rgb(2,15,85); }

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

<style>
 span { border-color: #020F55; }

 span { border-color: rgb(2,15,85); }

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