#020C49

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

Shades of Sapphire #020C49

Tints of Sapphire #020C49

Color information

#020C49 (or 0x020C49) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 49. RGB value is (2,12,73). Sum of RGB (Red+Green+Blue) = 2+12+73=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #020C49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C49 is #FDF3B6. Grayscale: #0F0F0F. Windows color (decimal): -16642999 or 4787202. OLE color: 4787202.

HSL color Cylindrical-coordinate representation of color #020C49: hue angle of 231.55º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C49 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21273-
CMYK0.970.8400.71
HSL231.55º94.67%14.71%-
HSV(B)231.55º97.26%28.63%-
XYZ1.360.766.38-
YUV15.96160.19118.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 12 (5.08% from 255) = 13.79%
BLUE value IS 73 (28.91% from 255) = 83.91%
R=2.30%
G=13.79%
B=83.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal212730.970.8400.71231.5594.6714.71
Hex2C496154047e85ff
Octal214111141124010735013717
Binary101100100100111000011010100010001111110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,12,73); }

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

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

 a { background-color: rgb(2,12,73); }

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

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

 span { border-color: rgb(2,12,73); }

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