Shades of Egyptian Blue #0C3BAB
Tints of Egyptian Blue #0C3BAB
RGB
CMYK
RGB Variations
Color information
#0C3BAB (or 0x0C3BAB) is known color: Egyptian Blue. HEX triplet: 0C, 3B and AB. RGB value is (12,59,171). Sum of RGB (Red+Green+Blue) = 12+59+171=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 59 (23.44% from 255 or 24.38% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C3BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3BAB is #F3C454. Grayscale: #393939. Windows color (decimal): -15975509 or 11221772. OLE color: 11221772.
HSL color Cylindrical-coordinate representation of color #0C3BAB: hue angle of 222.26º 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 #0C3BAB is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 59 | 171 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.33 |
| HSL | 222.26º | 0.87% | 0.36% | - |
| HSV(B) | 222.26º | 0.93% | 0.67% | - |
| XYZ | 9.07 | 6.15 | 39.24 | - |
| YUV | 57.72 | 191.93 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 171 | 0.93 | 0.65 | 0 | 0.33 | 222.26 | 0.87 | 0.36 |
| Hex | C | 3B | AB | 5D | 41 | 0 | 21 | DE | 57 | 24 |
| Octal | 14 | 73 | 253 | 135 | 101 | 0 | 41 | 336 | 127 | 44 |
| Binary | 1100 | 111011 | 10101011 | 1011101 | 1000001 | 0 | 100001 | 11011110 | 1010111 | 100100 |
Color Harmonies of #0C3BAB
Complementary color
Monochromatic Colors of #0C3BAB
Black with #0C3BAB
Text Example
Text Example
White with #0C3BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3BAB; }
p { color: rgb(12,59,171); }
H1.HeaderClassName
{
color: #0C3BAB;
}
.AnyTagClassName
{
color: #0C3BAB;
}
</style>
background-color css
<style>
a { background-color: #0C3BAB; }
a { background-color: rgb(12,59,171); }
div.DivClassName
{
background-color: #0C3BAB;
}
.BgClassName
{
background-color: #0C3BAB;
}
</style>
border-color css
<style>
span { border-color: #0C3BAB; }
span { border-color: rgb(12,59,171); }
td.TdClassName
{
border-color: #0C3BAB;
}
.TagClassName
{
border-color: #0C3BAB;
}
</style>