#0C2256

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

Shades of Sapphire #0C2256

Tints of Sapphire #0C2256

Color information

#0C2256 (or 0x0C2256) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 56. RGB value is (12,34,86). Sum of RGB (Red+Green+Blue) = 12+34+86=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C2256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2256 is #F3DDA9. Grayscale: #212121. Windows color (decimal): -15981994 or 5644812. OLE color: 5644812.

HSL color Cylindrical-coordinate representation of color #0C2256: hue angle of 222.16º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C2256 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB123486-
CMYK0.860.6000.66
HSL222.16º75.51%19.22%-
HSV(B)222.16º86.05%33.73%-
XYZ2.41.899.04-
YUV33.35157.71112.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.09%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=9.09%
G=25.76%
B=65.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1234860.860.6000.66222.1675.5119.22
HexC2256563C042de4c13
Octal144212612674010233611423
Binary1100100010101011010101101111000100001011011110100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,34,86); }

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

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

 a { background-color: rgb(12,34,86); }

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

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

 span { border-color: rgb(12,34,86); }

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