#020C4A

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

Shades of Sapphire #020C4A

Tints of Sapphire #020C4A

Color information

#020C4A (or 0x020C4A) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 4A. RGB value is (2,12,74). Sum of RGB (Red+Green+Blue) = 2+12+74=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #020C4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020C4A is #FDF3B5. Grayscale: #0F0F0F. Windows color (decimal): -16642998 or 4852738. OLE color: 4852738.

HSL color Cylindrical-coordinate representation of color #020C4A: hue angle of 231.67º 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 #020C4A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB21274-
CMYK0.970.8400.71
HSL231.67º94.74%14.9%-
HSV(B)231.67º97.3%29.02%-
XYZ1.390.776.55-
YUV16.08160.69117.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 74 (29.30% from 255) = 84.09%
R=2.27%
G=13.64%
B=84.09%

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
Decimal212740.970.8400.71231.6794.7414.9
Hex2C4A6154047e85ff
Octal214112141124010735013717
Binary101100100101011000011010100010001111110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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