#020C4F

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

Shades of Sapphire #020C4F

Tints of Sapphire #020C4F

Color information

#020C4F (or 0x020C4F) is unknown color: approx Sapphire. HEX triplet: 02, 0C and 4F. RGB value is (2,12,79). Sum of RGB (Red+Green+Blue) = 2+12+79=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #020C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C4F is #FDF3B0. Grayscale: #101010. Windows color (decimal): -16642993 or 5180418. OLE color: 5180418.

HSL color Cylindrical-coordinate representation of color #020C4F: hue angle of 232.21º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020C4F is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB21279-
CMYK0.970.8500.69
HSL232.21º95.06%15.88%-
HSV(B)232.21º97.47%30.98%-
XYZ1.570.847.48-
YUV16.65163.19117.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 79 (31.25% from 255) = 84.95%
R=2.15%
G=12.90%
B=84.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal212790.970.8500.69232.2195.0615.88
Hex2C4F6155045e85f10
Octal214117141125010535013720
Binary1011001001111110000110101010100010111101000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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