#0C224C

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

Shades of Sapphire #0C224C

Tints of Sapphire #0C224C

Color information

#0C224C (or 0x0C224C) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 4C. RGB value is (12,34,76). Sum of RGB (Red+Green+Blue) = 12+34+76=122 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.84% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #0C224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C224C is #F3DDB3. Grayscale: #202020. Windows color (decimal): -15982004 or 4989452. OLE color: 4989452.

HSL color Cylindrical-coordinate representation of color #0C224C: hue angle of 219.38º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C224C is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB123476-
CMYK0.840.5500.70
HSL219.38º72.73%17.25%-
HSV(B)219.38º84.21%29.8%-
XYZ2.031.747.07-
YUV32.21152.71113.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.84%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 76 (30.08% from 255) = 62.30%
R=9.84%
G=27.87%
B=62.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1234760.840.5500.70219.3872.7317.25
HexC224C5437046db4911
Octal144211412467010633311121
Binary1100100010100110010101001101110100011011011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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