Shades of Egyptian Blue #0C299C
Tints of Egyptian Blue #0C299C
RGB
CMYK
RGB Variations
Color information
#0C299C (or 0x0C299C) is known color: Egyptian Blue. HEX triplet: 0C, 29 and 9C. RGB value is (12,41,156). Sum of RGB (Red+Green+Blue) = 12+41+156=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 156 (61.33% from 255 or 74.64% from 209); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C299C is #F3D663. Grayscale: #2C2C2C. Windows color (decimal): -15980132 or 10234124. OLE color: 10234124.
HSL color Cylindrical-coordinate representation of color #0C299C: hue angle of 227.92º 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 #0C299C is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 41 | 156 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.39 |
| HSL | 227.92º | 0.86% | 0.33% | - |
| HSV(B) | 227.92º | 0.92% | 0.61% | - |
| XYZ | 6.95 | 4.06 | 31.87 | - |
| YUV | 45.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 156 | 0.92 | 0.74 | 0 | 0.39 | 227.92 | 0.86 | 0.33 |
| Hex | C | 29 | 9C | 5C | 4A | 0 | 27 | E4 | 56 | 21 |
| Octal | 14 | 51 | 234 | 134 | 112 | 0 | 47 | 344 | 126 | 41 |
| Binary | 1100 | 101001 | 10011100 | 1011100 | 1001010 | 0 | 100111 | 11100100 | 1010110 | 100001 |
Color Harmonies of #0C299C
Complementary color
Monochromatic Colors of #0C299C
Black with #0C299C
Text Example
Text Example
White with #0C299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C299C; }
p { color: rgb(12,41,156); }
H1.HeaderClassName
{
color: #0C299C;
}
.AnyTagClassName
{
color: #0C299C;
}
</style>
background-color css
<style>
a { background-color: #0C299C; }
a { background-color: rgb(12,41,156); }
div.DivClassName
{
background-color: #0C299C;
}
.BgClassName
{
background-color: #0C299C;
}
</style>
border-color css
<style>
span { border-color: #0C299C; }
span { border-color: rgb(12,41,156); }
td.TdClassName
{
border-color: #0C299C;
}
.TagClassName
{
border-color: #0C299C;
}
</style>