#0C1D71

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

Shades of Sapphire #0C1D71

Tints of Sapphire #0C1D71

Color information

#0C1D71 (or 0x0C1D71) is unknown color: approx Sapphire. HEX triplet: 0C, 1D and 71. RGB value is (12,29,113). Sum of RGB (Red+Green+Blue) = 12+29+113=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 29 (11.72% from 255 or 18.83% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C1D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1D71 is #F3E28E. Grayscale: #212121. Windows color (decimal): -15983247 or 7413004. OLE color: 7413004.

HSL color Cylindrical-coordinate representation of color #0C1D71: hue angle of 229.9º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C1D71 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1229113-
CMYK0.890.7400.56
HSL229.9º80.8%24.51%-
HSV(B)229.9º89.38%44.31%-
XYZ3.572.1515.85-
YUV33.49172.87112.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.79%
GREEN value IS 29 (11.72% from 255) = 18.83%
BLUE value IS 113 (44.53% from 255) = 73.38%
R=7.79%
G=18.83%
B=73.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12291130.890.7400.56229.980.824.51
HexC1D71594A038e65119
Octal143516113111207034612131
Binary110011101111000110110011001010011100011100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,29,113); }

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

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

 a { background-color: rgb(12,29,113); }

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

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

 span { border-color: rgb(12,29,113); }

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