Shades of Egyptian Blue #0C40A3
Tints of Egyptian Blue #0C40A3
RGB
CMYK
RGB Variations
Color information
#0C40A3 (or 0x0C40A3) is known color: Egyptian Blue. HEX triplet: 0C, 40 and A3. RGB value is (12,64,163). Sum of RGB (Red+Green+Blue) = 12+64+163=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 163 (64.06% from 255 or 68.20% from 239); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C40A3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C40A3 is #F3BF5C. Grayscale: #3B3B3B. Windows color (decimal): -15974237 or 10698764. OLE color: 10698764.
HSL color Cylindrical-coordinate representation of color #0C40A3: hue angle of 219.34º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C40A3 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 12 | 64 | 163 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.36 |
| HSL | 219.34º | 0.86% | 0.34% | - |
| HSV(B) | 219.34º | 0.93% | 0.64% | - |
| XYZ | 8.6 | 6.39 | 35.43 | - |
| YUV | 59.74 | 186.27 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 163 | 0.93 | 0.61 | 0 | 0.36 | 219.34 | 0.86 | 0.34 |
| Hex | C | 40 | A3 | 5D | 3D | 0 | 24 | DB | 56 | 22 |
| Octal | 14 | 100 | 243 | 135 | 75 | 0 | 44 | 333 | 126 | 42 |
| Binary | 1100 | 1000000 | 10100011 | 1011101 | 111101 | 0 | 100100 | 11011011 | 1010110 | 100010 |
Color Harmonies of #0C40A3
Complementary color
Monochromatic Colors of #0C40A3
Black with #0C40A3
Text Example
Text Example
White with #0C40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C40A3; }
p { color: rgb(12,64,163); }
H1.HeaderClassName
{
color: #0C40A3;
}
.AnyTagClassName
{
color: #0C40A3;
}
</style>
background-color css
<style>
a { background-color: #0C40A3; }
a { background-color: rgb(12,64,163); }
div.DivClassName
{
background-color: #0C40A3;
}
.BgClassName
{
background-color: #0C40A3;
}
</style>
border-color css
<style>
span { border-color: #0C40A3; }
span { border-color: rgb(12,64,163); }
td.TdClassName
{
border-color: #0C40A3;
}
.TagClassName
{
border-color: #0C40A3;
}
</style>