#0C2078

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

Shades of Sapphire #0C2078

Tints of Sapphire #0C2078

Color information

#0C2078 (or 0x0C2078) is unknown color: approx Sapphire. HEX triplet: 0C, 20 and 78. RGB value is (12,32,120). Sum of RGB (Red+Green+Blue) = 12+32+120=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #0C2078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2078 is #F3DF87. Grayscale: #232323. Windows color (decimal): -15982472 or 7872524. OLE color: 7872524.

HSL color Cylindrical-coordinate representation of color #0C2078: hue angle of 228.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C2078 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1232120-
CMYK0.900.7300.53
HSL228.89º81.82%25.88%-
HSV(B)228.89º90%47.06%-
XYZ4.062.4718.03-
YUV36.05175.37110.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 120 (47.27% from 255) = 73.17%
R=7.32%
G=19.51%
B=73.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12321200.900.7300.53228.8981.8225.88
HexC20785A49035e5521a
Octal144017013211106534512232
Binary1100100000111100010110101001001011010111100101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C2078; }

 p { color: rgb(12,32,120); }

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

<style>
 a { background-color: #0C2078; }

 a { background-color: rgb(12,32,120); }

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

<style>
 span { border-color: #0C2078; }

 span { border-color: rgb(12,32,120); }

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