Shades of Egyptian Blue #0C3BAD
Tints of Egyptian Blue #0C3BAD
RGB
CMYK
RGB Variations
Color information
#0C3BAD (or 0x0C3BAD) is known color: Egyptian Blue. HEX triplet: 0C, 3B and AD. RGB value is (12,59,173). Sum of RGB (Red+Green+Blue) = 12+59+173=244 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.92% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #0C3BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3BAD is #F3C452. Grayscale: #393939. Windows color (decimal): -15975507 or 11352844. OLE color: 11352844.
HSL color Cylindrical-coordinate representation of color #0C3BAD: hue angle of 222.48º 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 #0C3BAD is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 12 | 59 | 173 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.32 |
| HSL | 222.48º | 0.87% | 0.36% | - |
| HSV(B) | 222.48º | 0.93% | 0.68% | - |
| XYZ | 9.26 | 6.22 | 40.25 | - |
| YUV | 57.94 | 192.93 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 173 | 0.93 | 0.66 | 0 | 0.32 | 222.48 | 0.87 | 0.36 |
| Hex | C | 3B | AD | 5D | 42 | 0 | 20 | DE | 57 | 24 |
| Octal | 14 | 73 | 255 | 135 | 102 | 0 | 40 | 336 | 127 | 44 |
| Binary | 1100 | 111011 | 10101101 | 1011101 | 1000010 | 0 | 100000 | 11011110 | 1010111 | 100100 |
Color Harmonies of #0C3BAD
Complementary color
Monochromatic Colors of #0C3BAD
Black with #0C3BAD
Text Example
Text Example
White with #0C3BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3BAD; }
p { color: rgb(12,59,173); }
H1.HeaderClassName
{
color: #0C3BAD;
}
.AnyTagClassName
{
color: #0C3BAD;
}
</style>
background-color css
<style>
a { background-color: #0C3BAD; }
a { background-color: rgb(12,59,173); }
div.DivClassName
{
background-color: #0C3BAD;
}
.BgClassName
{
background-color: #0C3BAD;
}
</style>
border-color css
<style>
span { border-color: #0C3BAD; }
span { border-color: rgb(12,59,173); }
td.TdClassName
{
border-color: #0C3BAD;
}
.TagClassName
{
border-color: #0C3BAD;
}
</style>