#0C165B

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

Shades of Sapphire #0C165B

Tints of Sapphire #0C165B

Color information

#0C165B (or 0x0C165B) is unknown color: approx Sapphire. HEX triplet: 0C, 16 and 5B. RGB value is (12,22,91). Sum of RGB (Red+Green+Blue) = 12+22+91=125 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #0C165B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C165B is #F3E9A4. Grayscale: #1A1A1A. Windows color (decimal): -15985061 or 5969420. OLE color: 5969420.

HSL color Cylindrical-coordinate representation of color #0C165B: hue angle of 232.41º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C165B is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB122291-
CMYK0.870.7600.64
HSL232.41º76.7%20.2%-
HSV(B)232.41º86.81%35.69%-
XYZ2.331.4110.05-
YUV26.88164.19117.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.6%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 91 (35.94% from 255) = 72.8%
R=9.6%
G=17.6%
B=72.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1222910.870.7600.64232.4176.720.2
HexC165B574C040e84d14
Octal1426133127114010035011524
Binary1100101101011011101011110011000100000011101000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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