Shades of Egyptian Blue #0C3EAC
Tints of Egyptian Blue #0C3EAC
RGB
CMYK
RGB Variations
Color information
#0C3EAC (or 0x0C3EAC) is known color: Egyptian Blue. HEX triplet: 0C, 3E and AC. RGB value is (12,62,172). Sum of RGB (Red+Green+Blue) = 12+62+172=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C3EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3EAC is #F3C153. Grayscale: #3B3B3B. Windows color (decimal): -15974740 or 11288076. OLE color: 11288076.
HSL color Cylindrical-coordinate representation of color #0C3EAC: hue angle of 221.25º 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 #0C3EAC is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 62 | 172 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.33 |
| HSL | 221.25º | 0.87% | 0.36% | - |
| HSV(B) | 221.25º | 0.93% | 0.67% | - |
| XYZ | 9.32 | 6.5 | 39.79 | - |
| YUV | 59.59 | 191.44 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 62 | 172 | 0.93 | 0.64 | 0 | 0.33 | 221.25 | 0.87 | 0.36 |
| Hex | C | 3E | AC | 5D | 40 | 0 | 21 | DD | 57 | 24 |
| Octal | 14 | 76 | 254 | 135 | 100 | 0 | 41 | 335 | 127 | 44 |
| Binary | 1100 | 111110 | 10101100 | 1011101 | 1000000 | 0 | 100001 | 11011101 | 1010111 | 100100 |
Color Harmonies of #0C3EAC
Complementary color
Monochromatic Colors of #0C3EAC
Black with #0C3EAC
Text Example
Text Example
White with #0C3EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3EAC; }
p { color: rgb(12,62,172); }
H1.HeaderClassName
{
color: #0C3EAC;
}
.AnyTagClassName
{
color: #0C3EAC;
}
</style>
background-color css
<style>
a { background-color: #0C3EAC; }
a { background-color: rgb(12,62,172); }
div.DivClassName
{
background-color: #0C3EAC;
}
.BgClassName
{
background-color: #0C3EAC;
}
</style>
border-color css
<style>
span { border-color: #0C3EAC; }
span { border-color: rgb(12,62,172); }
td.TdClassName
{
border-color: #0C3EAC;
}
.TagClassName
{
border-color: #0C3EAC;
}
</style>