Shades of Egyptian Blue #0C1DAA
Tints of Egyptian Blue #0C1DAA
RGB
CMYK
RGB Variations
Color information
#0C1DAA (or 0x0C1DAA) is known color: Egyptian Blue. HEX triplet: 0C, 1D and AA. RGB value is (12,29,170). Sum of RGB (Red+Green+Blue) = 12+29+170=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C1DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1DAA is #F3E255. Grayscale: #272727. Windows color (decimal): -15983190 or 11148556. OLE color: 11148556.
HSL color Cylindrical-coordinate representation of color #0C1DAA: hue angle of 233.54º 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 #0C1DAA is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 29 | 170 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.33 |
| HSL | 233.54º | 0.87% | 0.36% | - |
| HSV(B) | 233.54º | 0.93% | 0.67% | - |
| XYZ | 7.85 | 3.86 | 38.36 | - |
| YUV | 39.99 | 201.37 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 29 | 170 | 0.93 | 0.83 | 0 | 0.33 | 233.54 | 0.87 | 0.36 |
| Hex | C | 1D | AA | 5D | 53 | 0 | 21 | EA | 57 | 24 |
| Octal | 14 | 35 | 252 | 135 | 123 | 0 | 41 | 352 | 127 | 44 |
| Binary | 1100 | 11101 | 10101010 | 1011101 | 1010011 | 0 | 100001 | 11101010 | 1010111 | 100100 |
Color Harmonies of #0C1DAA
Complementary color
Monochromatic Colors of #0C1DAA
Black with #0C1DAA
Text Example
Text Example
White with #0C1DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1DAA; }
p { color: rgb(12,29,170); }
H1.HeaderClassName
{
color: #0C1DAA;
}
.AnyTagClassName
{
color: #0C1DAA;
}
</style>
background-color css
<style>
a { background-color: #0C1DAA; }
a { background-color: rgb(12,29,170); }
div.DivClassName
{
background-color: #0C1DAA;
}
.BgClassName
{
background-color: #0C1DAA;
}
</style>
border-color css
<style>
span { border-color: #0C1DAA; }
span { border-color: rgb(12,29,170); }
td.TdClassName
{
border-color: #0C1DAA;
}
.TagClassName
{
border-color: #0C1DAA;
}
</style>