Shades of Egyptian Blue #0C40AA
Tints of Egyptian Blue #0C40AA
RGB
CMYK
RGB Variations
Color information
#0C40AA (or 0x0C40AA) is known color: Egyptian Blue. HEX triplet: 0C, 40 and AA. RGB value is (12,64,170). Sum of RGB (Red+Green+Blue) = 12+64+170=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C40AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C40AA is #F3BF55. Grayscale: #3C3C3C. Windows color (decimal): -15974230 or 11157516. OLE color: 11157516.
HSL color Cylindrical-coordinate representation of color #0C40AA: hue angle of 220.25º 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 #0C40AA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 64 | 170 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.33 |
| HSL | 220.25º | 0.87% | 0.36% | - |
| HSV(B) | 220.25º | 0.93% | 0.67% | - |
| XYZ | 9.24 | 6.65 | 38.83 | - |
| YUV | 60.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 170 | 0.93 | 0.62 | 0 | 0.33 | 220.25 | 0.87 | 0.36 |
| Hex | C | 40 | AA | 5D | 3E | 0 | 21 | DC | 57 | 24 |
| Octal | 14 | 100 | 252 | 135 | 76 | 0 | 41 | 334 | 127 | 44 |
| Binary | 1100 | 1000000 | 10101010 | 1011101 | 111110 | 0 | 100001 | 11011100 | 1010111 | 100100 |
Color Harmonies of #0C40AA
Complementary color
Monochromatic Colors of #0C40AA
Black with #0C40AA
Text Example
Text Example
White with #0C40AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C40AA; }
p { color: rgb(12,64,170); }
H1.HeaderClassName
{
color: #0C40AA;
}
.AnyTagClassName
{
color: #0C40AA;
}
</style>
background-color css
<style>
a { background-color: #0C40AA; }
a { background-color: rgb(12,64,170); }
div.DivClassName
{
background-color: #0C40AA;
}
.BgClassName
{
background-color: #0C40AA;
}
</style>
border-color css
<style>
span { border-color: #0C40AA; }
span { border-color: rgb(12,64,170); }
td.TdClassName
{
border-color: #0C40AA;
}
.TagClassName
{
border-color: #0C40AA;
}
</style>