Shades of Egyptian Blue #0C3AAA
Tints of Egyptian Blue #0C3AAA
RGB
CMYK
RGB Variations
Color information
#0C3AAA (or 0x0C3AAA) is known color: Egyptian Blue. HEX triplet: 0C, 3A and AA. RGB value is (12,58,170). Sum of RGB (Red+Green+Blue) = 12+58+170=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C3AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3AAA is #F3C555. Grayscale: #383838. Windows color (decimal): -15975766 or 11155980. OLE color: 11155980.
HSL color Cylindrical-coordinate representation of color #0C3AAA: hue angle of 222.53º 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 #0C3AAA is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 58 | 170 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.33 |
| HSL | 222.53º | 0.87% | 0.36% | - |
| HSV(B) | 222.53º | 0.93% | 0.67% | - |
| XYZ | 8.92 | 6.01 | 38.72 | - |
| YUV | 57.01 | 191.76 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 170 | 0.93 | 0.66 | 0 | 0.33 | 222.53 | 0.87 | 0.36 |
| Hex | C | 3A | AA | 5D | 42 | 0 | 21 | DF | 57 | 24 |
| Octal | 14 | 72 | 252 | 135 | 102 | 0 | 41 | 337 | 127 | 44 |
| Binary | 1100 | 111010 | 10101010 | 1011101 | 1000010 | 0 | 100001 | 11011111 | 1010111 | 100100 |
Color Harmonies of #0C3AAA
Complementary color
Monochromatic Colors of #0C3AAA
Black with #0C3AAA
Text Example
Text Example
White with #0C3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3AAA; }
p { color: rgb(12,58,170); }
H1.HeaderClassName
{
color: #0C3AAA;
}
.AnyTagClassName
{
color: #0C3AAA;
}
</style>
background-color css
<style>
a { background-color: #0C3AAA; }
a { background-color: rgb(12,58,170); }
div.DivClassName
{
background-color: #0C3AAA;
}
.BgClassName
{
background-color: #0C3AAA;
}
</style>
border-color css
<style>
span { border-color: #0C3AAA; }
span { border-color: rgb(12,58,170); }
td.TdClassName
{
border-color: #0C3AAA;
}
.TagClassName
{
border-color: #0C3AAA;
}
</style>