Shades of Egyptian Blue #0C22AA
Tints of Egyptian Blue #0C22AA
RGB
CMYK
RGB Variations
Color information
#0C22AA (or 0x0C22AA) is known color: Egyptian Blue. HEX triplet: 0C, 22 and AA. RGB value is (12,34,170). Sum of RGB (Red+Green+Blue) = 12+34+170=216 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.56% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C22AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C22AA is #F3DD55. Grayscale: #2A2A2A. Windows color (decimal): -15981910 or 11149836. OLE color: 11149836.
HSL color Cylindrical-coordinate representation of color #0C22AA: hue angle of 231.65º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C22AA is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 34 | 170 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.33 |
| HSL | 231.65º | 0.87% | 0.36% | - |
| HSV(B) | 231.65º | 0.93% | 0.67% | - |
| XYZ | 7.98 | 4.12 | 38.41 | - |
| YUV | 42.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 170 | 0.93 | 0.80 | 0 | 0.33 | 231.65 | 0.87 | 0.36 |
| Hex | C | 22 | AA | 5D | 50 | 0 | 21 | E8 | 57 | 24 |
| Octal | 14 | 42 | 252 | 135 | 120 | 0 | 41 | 350 | 127 | 44 |
| Binary | 1100 | 100010 | 10101010 | 1011101 | 1010000 | 0 | 100001 | 11101000 | 1010111 | 100100 |
Color Harmonies of #0C22AA
Complementary color
Monochromatic Colors of #0C22AA
Black with #0C22AA
Text Example
Text Example
White with #0C22AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C22AA; }
p { color: rgb(12,34,170); }
H1.HeaderClassName
{
color: #0C22AA;
}
.AnyTagClassName
{
color: #0C22AA;
}
</style>
background-color css
<style>
a { background-color: #0C22AA; }
a { background-color: rgb(12,34,170); }
div.DivClassName
{
background-color: #0C22AA;
}
.BgClassName
{
background-color: #0C22AA;
}
</style>
border-color css
<style>
span { border-color: #0C22AA; }
span { border-color: rgb(12,34,170); }
td.TdClassName
{
border-color: #0C22AA;
}
.TagClassName
{
border-color: #0C22AA;
}
</style>