Shades of Egyptian Blue #0C39AC
Tints of Egyptian Blue #0C39AC
RGB
CMYK
RGB Variations
Color information
#0C39AC (or 0x0C39AC) is known color: Egyptian Blue. HEX triplet: 0C, 39 and AC. RGB value is (12,57,172). Sum of RGB (Red+Green+Blue) = 12+57+172=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 172 (67.58% from 255 or 71.37% from 241); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C39AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C39AC is #F3C653. Grayscale: #383838. Windows color (decimal): -15976020 or 11286796. OLE color: 11286796.
HSL color Cylindrical-coordinate representation of color #0C39AC: hue angle of 223.12º 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 #0C39AC is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 57 | 172 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.33 |
| HSL | 223.13º | 0.87% | 0.36% | - |
| HSV(B) | 223.13º | 0.93% | 0.67% | - |
| XYZ | 9.06 | 5.98 | 39.71 | - |
| YUV | 56.66 | 193.09 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 172 | 0.93 | 0.67 | 0 | 0.33 | 223.13 | 0.87 | 0.36 |
| Hex | C | 39 | AC | 5D | 43 | 0 | 21 | DF | 57 | 24 |
| Octal | 14 | 71 | 254 | 135 | 103 | 0 | 41 | 337 | 127 | 44 |
| Binary | 1100 | 111001 | 10101100 | 1011101 | 1000011 | 0 | 100001 | 11011111 | 1010111 | 100100 |
Color Harmonies of #0C39AC
Complementary color
Monochromatic Colors of #0C39AC
Black with #0C39AC
Text Example
Text Example
White with #0C39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C39AC; }
p { color: rgb(12,57,172); }
H1.HeaderClassName
{
color: #0C39AC;
}
.AnyTagClassName
{
color: #0C39AC;
}
</style>
background-color css
<style>
a { background-color: #0C39AC; }
a { background-color: rgb(12,57,172); }
div.DivClassName
{
background-color: #0C39AC;
}
.BgClassName
{
background-color: #0C39AC;
}
</style>
border-color css
<style>
span { border-color: #0C39AC; }
span { border-color: rgb(12,57,172); }
td.TdClassName
{
border-color: #0C39AC;
}
.TagClassName
{
border-color: #0C39AC;
}
</style>