Shades of Egyptian Blue #0C249C
Tints of Egyptian Blue #0C249C
RGB
CMYK
RGB Variations
Color information
#0C249C (or 0x0C249C) is known color: Egyptian Blue. HEX triplet: 0C, 24 and 9C. RGB value is (12,36,156). Sum of RGB (Red+Green+Blue) = 12+36+156=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 156 (61.33% from 255 or 76.47% from 204); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C249C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C249C is #F3DB63. Grayscale: #2A2A2A. Windows color (decimal): -15981412 or 10232844. OLE color: 10232844.
HSL color Cylindrical-coordinate representation of color #0C249C: hue angle of 230º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C249C is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 36 | 156 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.39 |
| HSL | 230º | 0.86% | 0.33% | - |
| HSV(B) | 230º | 0.92% | 0.61% | - |
| XYZ | 6.78 | 3.74 | 31.82 | - |
| YUV | 42.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 156 | 0.92 | 0.77 | 0 | 0.39 | 230 | 0.86 | 0.33 |
| Hex | C | 24 | 9C | 5C | 4D | 0 | 27 | E6 | 56 | 21 |
| Octal | 14 | 44 | 234 | 134 | 115 | 0 | 47 | 346 | 126 | 41 |
| Binary | 1100 | 100100 | 10011100 | 1011100 | 1001101 | 0 | 100111 | 11100110 | 1010110 | 100001 |
Color Harmonies of #0C249C
Complementary color
Monochromatic Colors of #0C249C
Black with #0C249C
Text Example
Text Example
White with #0C249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C249C; }
p { color: rgb(12,36,156); }
H1.HeaderClassName
{
color: #0C249C;
}
.AnyTagClassName
{
color: #0C249C;
}
</style>
background-color css
<style>
a { background-color: #0C249C; }
a { background-color: rgb(12,36,156); }
div.DivClassName
{
background-color: #0C249C;
}
.BgClassName
{
background-color: #0C249C;
}
</style>
border-color css
<style>
span { border-color: #0C249C; }
span { border-color: rgb(12,36,156); }
td.TdClassName
{
border-color: #0C249C;
}
.TagClassName
{
border-color: #0C249C;
}
</style>