#0C224E

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

Shades of Sapphire #0C224E

Tints of Sapphire #0C224E

Color information

#0C224E (or 0x0C224E) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 4E. RGB value is (12,34,78). Sum of RGB (Red+Green+Blue) = 12+34+78=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 78 (30.86% from 255 or 62.90% from 124); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C224E is #F3DDB1. Grayscale: #202020. Windows color (decimal): -15982002 or 5120524. OLE color: 5120524.

HSL color Cylindrical-coordinate representation of color #0C224E: hue angle of 220º degrees, saturation: 0.73, 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 #0C224E is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB123478-
CMYK0.850.5600.69
HSL220º73.33%17.65%-
HSV(B)220º84.62%30.59%-
XYZ2.11.777.44-
YUV32.44153.71113.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.68%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 78 (30.86% from 255) = 62.90%
R=9.68%
G=27.42%
B=62.90%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1234780.850.5600.6922073.3317.65
HexC224E5538045dc4912
Octal144211612570010533411122
Binary1100100010100111010101011110000100010111011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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