Shades of Egyptian Blue #0C329F
Tints of Egyptian Blue #0C329F
RGB
CMYK
RGB Variations
Color information
#0C329F (or 0x0C329F) is known color: Egyptian Blue. HEX triplet: 0C, 32 and 9F. RGB value is (12,50,159). Sum of RGB (Red+Green+Blue) = 12+50+159=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 159 (62.5% from 255 or 71.95% from 221); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C329F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C329F is #F3CD60. Grayscale: #323232. Windows color (decimal): -15977825 or 10433036. OLE color: 10433036.
HSL color Cylindrical-coordinate representation of color #0C329F: hue angle of 224.49º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C329F is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 50 | 159 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.38 |
| HSL | 224.49º | 0.86% | 0.34% | - |
| HSV(B) | 224.49º | 0.92% | 0.62% | - |
| XYZ | 7.55 | 4.86 | 33.34 | - |
| YUV | 51.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 159 | 0.92 | 0.69 | 0 | 0.38 | 224.49 | 0.86 | 0.34 |
| Hex | C | 32 | 9F | 5C | 45 | 0 | 26 | E0 | 56 | 22 |
| Octal | 14 | 62 | 237 | 134 | 105 | 0 | 46 | 340 | 126 | 42 |
| Binary | 1100 | 110010 | 10011111 | 1011100 | 1000101 | 0 | 100110 | 11100000 | 1010110 | 100010 |
Color Harmonies of #0C329F
Complementary color
Monochromatic Colors of #0C329F
Black with #0C329F
Text Example
Text Example
White with #0C329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C329F; }
p { color: rgb(12,50,159); }
H1.HeaderClassName
{
color: #0C329F;
}
.AnyTagClassName
{
color: #0C329F;
}
</style>
background-color css
<style>
a { background-color: #0C329F; }
a { background-color: rgb(12,50,159); }
div.DivClassName
{
background-color: #0C329F;
}
.BgClassName
{
background-color: #0C329F;
}
</style>
border-color css
<style>
span { border-color: #0C329F; }
span { border-color: rgb(12,50,159); }
td.TdClassName
{
border-color: #0C329F;
}
.TagClassName
{
border-color: #0C329F;
}
</style>