Shades of Egyptian Blue #0C3DAE
Tints of Egyptian Blue #0C3DAE
RGB
CMYK
RGB Variations
Color information
#0C3DAE (or 0x0C3DAE) is known color: Egyptian Blue. HEX triplet: 0C, 3D and AE. RGB value is (12,61,174). Sum of RGB (Red+Green+Blue) = 12+61+174=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C3DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3DAE is #F3C251. Grayscale: #3A3A3A. Windows color (decimal): -15974994 or 11418892. OLE color: 11418892.
HSL color Cylindrical-coordinate representation of color #0C3DAE: hue angle of 221.85º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3DAE is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 61 | 174 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.32 |
| HSL | 221.85º | 0.87% | 0.36% | - |
| HSV(B) | 221.85º | 0.93% | 0.68% | - |
| XYZ | 9.46 | 6.47 | 40.79 | - |
| YUV | 59.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 174 | 0.93 | 0.65 | 0 | 0.32 | 221.85 | 0.87 | 0.36 |
| Hex | C | 3D | AE | 5D | 41 | 0 | 20 | DE | 57 | 24 |
| Octal | 14 | 75 | 256 | 135 | 101 | 0 | 40 | 336 | 127 | 44 |
| Binary | 1100 | 111101 | 10101110 | 1011101 | 1000001 | 0 | 100000 | 11011110 | 1010111 | 100100 |
Color Harmonies of #0C3DAE
Complementary color
Monochromatic Colors of #0C3DAE
Black with #0C3DAE
Text Example
Text Example
White with #0C3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3DAE; }
p { color: rgb(12,61,174); }
H1.HeaderClassName
{
color: #0C3DAE;
}
.AnyTagClassName
{
color: #0C3DAE;
}
</style>
background-color css
<style>
a { background-color: #0C3DAE; }
a { background-color: rgb(12,61,174); }
div.DivClassName
{
background-color: #0C3DAE;
}
.BgClassName
{
background-color: #0C3DAE;
}
</style>
border-color css
<style>
span { border-color: #0C3DAE; }
span { border-color: rgb(12,61,174); }
td.TdClassName
{
border-color: #0C3DAE;
}
.TagClassName
{
border-color: #0C3DAE;
}
</style>