#0C224A

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

Shades of Sapphire #0C224A

Tints of Sapphire #0C224A

Color information

#0C224A (or 0x0C224A) is unknown color: approx Sapphire. HEX triplet: 0C, 22 and 4A. RGB value is (12,34,74). Sum of RGB (Red+Green+Blue) = 12+34+74=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 74 (29.30% from 255 or 61.67% from 120); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C224A is #F3DDB5. Grayscale: #1F1F1F. Windows color (decimal): -15982006 or 4858380. OLE color: 4858380.

HSL color Cylindrical-coordinate representation of color #0C224A: hue angle of 218.71º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C224A is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB123474-
CMYK0.840.5400.71
HSL218.71º72.09%16.86%-
HSV(B)218.71º83.78%29.02%-
XYZ1.961.726.71-
YUV31.98151.71113.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 74 (29.30% from 255) = 61.67%
R=10%
G=28.33%
B=61.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1234740.840.5400.71218.7172.0916.86
HexC224A5436047db4811
Octal144211212466010733311021
Binary1100100010100101010101001101100100011111011011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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