Shades of Egyptian Blue #0C1EAA
Tints of Egyptian Blue #0C1EAA
RGB
CMYK
RGB Variations
Color information
#0C1EAA (or 0x0C1EAA) is known color: Egyptian Blue. HEX triplet: 0C, 1E and AA. RGB value is (12,30,170). Sum of RGB (Red+Green+Blue) = 12+30+170=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C1EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1EAA is #F3E155. Grayscale: #282828. Windows color (decimal): -15982934 or 11148812. OLE color: 11148812.
HSL color Cylindrical-coordinate representation of color #0C1EAA: hue angle of 233.16º 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 #0C1EAA is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 30 | 170 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.33 |
| HSL | 233.16º | 0.87% | 0.36% | - |
| HSV(B) | 233.16º | 0.93% | 0.67% | - |
| XYZ | 7.87 | 3.91 | 38.37 | - |
| YUV | 40.58 | 201.04 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 170 | 0.93 | 0.82 | 0 | 0.33 | 233.16 | 0.87 | 0.36 |
| Hex | C | 1E | AA | 5D | 52 | 0 | 21 | E9 | 57 | 24 |
| Octal | 14 | 36 | 252 | 135 | 122 | 0 | 41 | 351 | 127 | 44 |
| Binary | 1100 | 11110 | 10101010 | 1011101 | 1010010 | 0 | 100001 | 11101001 | 1010111 | 100100 |
Color Harmonies of #0C1EAA
Complementary color
Monochromatic Colors of #0C1EAA
Black with #0C1EAA
Text Example
Text Example
White with #0C1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1EAA; }
p { color: rgb(12,30,170); }
H1.HeaderClassName
{
color: #0C1EAA;
}
.AnyTagClassName
{
color: #0C1EAA;
}
</style>
background-color css
<style>
a { background-color: #0C1EAA; }
a { background-color: rgb(12,30,170); }
div.DivClassName
{
background-color: #0C1EAA;
}
.BgClassName
{
background-color: #0C1EAA;
}
</style>
border-color css
<style>
span { border-color: #0C1EAA; }
span { border-color: rgb(12,30,170); }
td.TdClassName
{
border-color: #0C1EAA;
}
.TagClassName
{
border-color: #0C1EAA;
}
</style>