Shades of Egyptian Blue #0C339A
Tints of Egyptian Blue #0C339A
RGB
CMYK
RGB Variations
Color information
#0C339A (or 0x0C339A) is known color: Egyptian Blue. HEX triplet: 0C, 33 and 9A. RGB value is (12,51,154). Sum of RGB (Red+Green+Blue) = 12+51+154=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 154 (60.55% from 255 or 70.97% from 217); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C339A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C339A is #F3CC65. Grayscale: #323232. Windows color (decimal): -15977574 or 10105612. OLE color: 10105612.
HSL color Cylindrical-coordinate representation of color #0C339A: hue angle of 223.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C339A is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 12 | 51 | 154 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.40 |
| HSL | 223.52º | 0.86% | 0.33% | - |
| HSV(B) | 223.52º | 0.92% | 0.6% | - |
| XYZ | 7.17 | 4.78 | 31.12 | - |
| YUV | 51.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 154 | 0.92 | 0.67 | 0 | 0.40 | 223.52 | 0.86 | 0.33 |
| Hex | C | 33 | 9A | 5C | 43 | 0 | 28 | E0 | 56 | 21 |
| Octal | 14 | 63 | 232 | 134 | 103 | 0 | 50 | 340 | 126 | 41 |
| Binary | 1100 | 110011 | 10011010 | 1011100 | 1000011 | 0 | 101000 | 11100000 | 1010110 | 100001 |
Color Harmonies of #0C339A
Complementary color
Monochromatic Colors of #0C339A
Black with #0C339A
Text Example
Text Example
White with #0C339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C339A; }
p { color: rgb(12,51,154); }
H1.HeaderClassName
{
color: #0C339A;
}
.AnyTagClassName
{
color: #0C339A;
}
</style>
background-color css
<style>
a { background-color: #0C339A; }
a { background-color: rgb(12,51,154); }
div.DivClassName
{
background-color: #0C339A;
}
.BgClassName
{
background-color: #0C339A;
}
</style>
border-color css
<style>
span { border-color: #0C339A; }
span { border-color: rgb(12,51,154); }
td.TdClassName
{
border-color: #0C339A;
}
.TagClassName
{
border-color: #0C339A;
}
</style>