Shades of Egyptian Blue #0C40A6
Tints of Egyptian Blue #0C40A6
RGB
CMYK
RGB Variations
Color information
#0C40A6 (or 0x0C40A6) is known color: Egyptian Blue. HEX triplet: 0C, 40 and A6. RGB value is (12,64,166). Sum of RGB (Red+Green+Blue) = 12+64+166=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #0C40A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C40A6 is #F3BF59. Grayscale: #3B3B3B. Windows color (decimal): -15974234 or 10895372. OLE color: 10895372.
HSL color Cylindrical-coordinate representation of color #0C40A6: hue angle of 219.74º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C40A6 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 12 | 64 | 166 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.35 |
| HSL | 219.74º | 0.87% | 0.35% | - |
| HSV(B) | 219.74º | 0.93% | 0.65% | - |
| XYZ | 8.87 | 6.5 | 36.86 | - |
| YUV | 60.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 166 | 0.93 | 0.61 | 0 | 0.35 | 219.74 | 0.87 | 0.35 |
| Hex | C | 40 | A6 | 5D | 3D | 0 | 23 | DC | 57 | 23 |
| Octal | 14 | 100 | 246 | 135 | 75 | 0 | 43 | 334 | 127 | 43 |
| Binary | 1100 | 1000000 | 10100110 | 1011101 | 111101 | 0 | 100011 | 11011100 | 1010111 | 100011 |
Color Harmonies of #0C40A6
Complementary color
Monochromatic Colors of #0C40A6
Black with #0C40A6
Text Example
Text Example
White with #0C40A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C40A6; }
p { color: rgb(12,64,166); }
H1.HeaderClassName
{
color: #0C40A6;
}
.AnyTagClassName
{
color: #0C40A6;
}
</style>
background-color css
<style>
a { background-color: #0C40A6; }
a { background-color: rgb(12,64,166); }
div.DivClassName
{
background-color: #0C40A6;
}
.BgClassName
{
background-color: #0C40A6;
}
</style>
border-color css
<style>
span { border-color: #0C40A6; }
span { border-color: rgb(12,64,166); }
td.TdClassName
{
border-color: #0C40A6;
}
.TagClassName
{
border-color: #0C40A6;
}
</style>