Shades of Egyptian Blue #0C24AC
Tints of Egyptian Blue #0C24AC
RGB
CMYK
RGB Variations
Color information
#0C24AC (or 0x0C24AC) is known color: Egyptian Blue. HEX triplet: 0C, 24 and AC. RGB value is (12,36,172). Sum of RGB (Red+Green+Blue) = 12+36+172=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 172 (67.58% from 255 or 78.18% from 220); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C24AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C24AC is #F3DB53. Grayscale: #2B2B2B. Windows color (decimal): -15981396 or 11281420. OLE color: 11281420.
HSL color Cylindrical-coordinate representation of color #0C24AC: hue angle of 231º 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 #0C24AC is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 36 | 172 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.33 |
| HSL | 231º | 0.87% | 0.36% | - |
| HSV(B) | 231º | 0.93% | 0.67% | - |
| XYZ | 8.23 | 4.32 | 39.43 | - |
| YUV | 44.33 | 200.05 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 172 | 0.93 | 0.79 | 0 | 0.33 | 231 | 0.87 | 0.36 |
| Hex | C | 24 | AC | 5D | 4F | 0 | 21 | E7 | 57 | 24 |
| Octal | 14 | 44 | 254 | 135 | 117 | 0 | 41 | 347 | 127 | 44 |
| Binary | 1100 | 100100 | 10101100 | 1011101 | 1001111 | 0 | 100001 | 11100111 | 1010111 | 100100 |
Color Harmonies of #0C24AC
Complementary color
Monochromatic Colors of #0C24AC
Black with #0C24AC
Text Example
Text Example
White with #0C24AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C24AC; }
p { color: rgb(12,36,172); }
H1.HeaderClassName
{
color: #0C24AC;
}
.AnyTagClassName
{
color: #0C24AC;
}
</style>
background-color css
<style>
a { background-color: #0C24AC; }
a { background-color: rgb(12,36,172); }
div.DivClassName
{
background-color: #0C24AC;
}
.BgClassName
{
background-color: #0C24AC;
}
</style>
border-color css
<style>
span { border-color: #0C24AC; }
span { border-color: rgb(12,36,172); }
td.TdClassName
{
border-color: #0C24AC;
}
.TagClassName
{
border-color: #0C24AC;
}
</style>