#020A5A

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

Shades of Sapphire #020A5A

Tints of Sapphire #020A5A

Color information

#020A5A (or 0x020A5A) is unknown color: approx Sapphire. HEX triplet: 02, 0A and 5A. RGB value is (2,10,90). Sum of RGB (Red+Green+Blue) = 2+10+90=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 90 (35.55% from 255 or 88.24% from 102); Max value from RGB is 90 - color contains mainly: blue. Hex color #020A5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5A is #FDF5A5. Grayscale: #101010. Windows color (decimal): -16643494 or 5900802. OLE color: 5900802.

HSL color Cylindrical-coordinate representation of color #020A5A: hue angle of 234.55º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5A is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21090-
CMYK0.980.8900.65
HSL234.55º95.65%18.04%-
HSV(B)234.55º97.78%35.29%-
XYZ1.980.979.76-
YUV16.73169.35117.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 90 (35.55% from 255) = 88.24%
R=1.96%
G=9.80%
B=88.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal210900.980.8900.65234.5595.6518.04
Hex2A5A6259041eb6012
Octal212132142131010135314022
Binary1010101011010110001010110010100000111101011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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