Shades of Egyptian Blue #0C20AA
Tints of Egyptian Blue #0C20AA
RGB
CMYK
RGB Variations
Color information
#0C20AA (or 0x0C20AA) is known color: Egyptian Blue. HEX triplet: 0C, 20 and AA. RGB value is (12,32,170). Sum of RGB (Red+Green+Blue) = 12+32+170=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 170 (66.80% from 255 or 79.44% from 214); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C20AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C20AA is #F3DF55. Grayscale: #292929. Windows color (decimal): -15982422 or 11149324. OLE color: 11149324.
HSL color Cylindrical-coordinate representation of color #0C20AA: hue angle of 232.41º 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 #0C20AA is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 32 | 170 | - |
| CMYK | 0.93 | 0.81 | 0 | 0.33 |
| HSL | 232.41º | 0.87% | 0.36% | - |
| HSV(B) | 232.41º | 0.93% | 0.67% | - |
| XYZ | 7.92 | 4.01 | 38.39 | - |
| YUV | 41.75 | 200.37 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 170 | 0.93 | 0.81 | 0 | 0.33 | 232.41 | 0.87 | 0.36 |
| Hex | C | 20 | AA | 5D | 51 | 0 | 21 | E8 | 57 | 24 |
| Octal | 14 | 40 | 252 | 135 | 121 | 0 | 41 | 350 | 127 | 44 |
| Binary | 1100 | 100000 | 10101010 | 1011101 | 1010001 | 0 | 100001 | 11101000 | 1010111 | 100100 |
Color Harmonies of #0C20AA
Complementary color
Monochromatic Colors of #0C20AA
Black with #0C20AA
Text Example
Text Example
White with #0C20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C20AA; }
p { color: rgb(12,32,170); }
H1.HeaderClassName
{
color: #0C20AA;
}
.AnyTagClassName
{
color: #0C20AA;
}
</style>
background-color css
<style>
a { background-color: #0C20AA; }
a { background-color: rgb(12,32,170); }
div.DivClassName
{
background-color: #0C20AA;
}
.BgClassName
{
background-color: #0C20AA;
}
</style>
border-color css
<style>
span { border-color: #0C20AA; }
span { border-color: rgb(12,32,170); }
td.TdClassName
{
border-color: #0C20AA;
}
.TagClassName
{
border-color: #0C20AA;
}
</style>