#020A55

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

Shades of Sapphire #020A55

Tints of Sapphire #020A55

Color information

#020A55 (or 0x020A55) is unknown color: approx Sapphire. HEX triplet: 02, 0A and 55. RGB value is (2,10,85). Sum of RGB (Red+Green+Blue) = 2+10+85=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 10 (4.30% from 255 or 10.31% from 97); Blue value is 85 (33.59% from 255 or 87.63% from 97); Max value from RGB is 85 - color contains mainly: blue. Hex color #020A55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A55 is #FDF5AA. Grayscale: #0F0F0F. Windows color (decimal): -16643499 or 5573122. OLE color: 5573122.

HSL color Cylindrical-coordinate representation of color #020A55: hue angle of 234.22º 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 #020A55 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB21085-
CMYK0.980.8800.67
HSL234.22º95.4%17.06%-
HSV(B)234.22º97.65%33.33%-
XYZ1.770.898.67-
YUV16.16166.85117.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 10 (4.30% from 255) = 10.31%
BLUE value IS 85 (33.59% from 255) = 87.63%
R=2.06%
G=10.31%
B=87.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal210850.980.8800.67234.2295.417.06
Hex2A556258043ea5f11
Octal212125142130010335213721
Binary1010101010101110001010110000100001111101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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