#0C165E

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

Shades of Sapphire #0C165E

Tints of Sapphire #0C165E

Color information

#0C165E (or 0x0C165E) is unknown color: approx Sapphire. HEX triplet: 0C, 16 and 5E. RGB value is (12,22,94). Sum of RGB (Red+Green+Blue) = 12+22+94=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C165E is #F3E9A1. Grayscale: #1A1A1A. Windows color (decimal): -15985058 or 6166028. OLE color: 6166028.

HSL color Cylindrical-coordinate representation of color #0C165E: hue angle of 232.68º 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 #0C165E is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB122294-
CMYK0.870.7700.63
HSL232.68º77.36%20.78%-
HSV(B)232.68º87.23%36.86%-
XYZ2.461.4610.74-
YUV27.22165.69117.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.38%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 94 (37.11% from 255) = 73.44%
R=9.38%
G=17.19%
B=73.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1222940.870.7700.63232.6877.3620.78
HexC165E574D03Fe94d15
Octal142613612711507735111525
Binary110010110101111010101111001101011111111101001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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