#0C1E5E

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

Shades of Sapphire #0C1E5E

Tints of Sapphire #0C1E5E

Color information

#0C1E5E (or 0x0C1E5E) is unknown color: approx Sapphire. HEX triplet: 0C, 1E and 5E. RGB value is (12,30,94). Sum of RGB (Red+Green+Blue) = 12+30+94=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C1E5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1E5E is #F3E1A1. Grayscale: #1F1F1F. Windows color (decimal): -15983010 or 6168076. OLE color: 6168076.

HSL color Cylindrical-coordinate representation of color #0C1E5E: hue angle of 226.83º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C1E5E is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB123094-
CMYK0.870.6800.63
HSL226.83º77.36%20.78%-
HSV(B)226.83º87.23%36.86%-
XYZ2.641.8110.8-
YUV31.91163.04113.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.82%
GREEN value IS 30 (12.11% from 255) = 22.06%
BLUE value IS 94 (37.11% from 255) = 69.12%
R=8.82%
G=22.06%
B=69.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1230940.870.6800.63226.8377.3620.78
HexC1E5E574403Fe34d15
Octal143613612710407734311525
Binary110011110101111010101111000100011111111100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,94); }

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

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

 a { background-color: rgb(12,30,94); }

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

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

 span { border-color: rgb(12,30,94); }

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