#0C2250

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

Shades of Sapphire #0C2250

Tints of Sapphire #0C2250

Color information

#0C2250 (or 0x0C2250) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 50. RGB value is (12,34,80). Sum of RGB (Red+Green+Blue) = 12+34+80=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 80 (31.64% from 255 or 63.49% from 126); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C2250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2250 is #F3DDAF. Grayscale: #202020. Windows color (decimal): -15982000 or 5251596. OLE color: 5251596.

HSL color Cylindrical-coordinate representation of color #0C2250: hue angle of 220.59º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2250 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB123480-
CMYK0.850.5800.69
HSL220.59º73.91%18.04%-
HSV(B)220.59º85%31.37%-
XYZ2.171.87.82-
YUV32.67154.71113.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.52%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 80 (31.64% from 255) = 63.49%
R=9.52%
G=26.98%
B=63.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1234800.850.5800.69220.5973.9118.04
HexC2250553A045dd4a12
Octal144212012572010533511222
Binary1100100010101000010101011110100100010111011101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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