Shades of Egyptian Blue #0C209C
Tints of Egyptian Blue #0C209C
RGB
CMYK
RGB Variations
Color information
#0C209C (or 0x0C209C) is known color: Egyptian Blue. HEX triplet: 0C, 20 and 9C. RGB value is (12,32,156). Sum of RGB (Red+Green+Blue) = 12+32+156=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 156 (61.33% from 255 or 78% from 200); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C209C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C209C is #F3DF63. Grayscale: #272727. Windows color (decimal): -15982436 or 10231820. OLE color: 10231820.
HSL color Cylindrical-coordinate representation of color #0C209C: hue angle of 231.67º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C209C is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 32 | 156 | - |
| CMYK | 0.92 | 0.79 | 0 | 0.39 |
| HSL | 231.67º | 0.86% | 0.33% | - |
| HSV(B) | 231.67º | 0.92% | 0.61% | - |
| XYZ | 6.67 | 3.51 | 31.78 | - |
| YUV | 40.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 156 | 0.92 | 0.79 | 0 | 0.39 | 231.67 | 0.86 | 0.33 |
| Hex | C | 20 | 9C | 5C | 4F | 0 | 27 | E8 | 56 | 21 |
| Octal | 14 | 40 | 234 | 134 | 117 | 0 | 47 | 350 | 126 | 41 |
| Binary | 1100 | 100000 | 10011100 | 1011100 | 1001111 | 0 | 100111 | 11101000 | 1010110 | 100001 |
Color Harmonies of #0C209C
Complementary color
Monochromatic Colors of #0C209C
Black with #0C209C
Text Example
Text Example
White with #0C209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C209C; }
p { color: rgb(12,32,156); }
H1.HeaderClassName
{
color: #0C209C;
}
.AnyTagClassName
{
color: #0C209C;
}
</style>
background-color css
<style>
a { background-color: #0C209C; }
a { background-color: rgb(12,32,156); }
div.DivClassName
{
background-color: #0C209C;
}
.BgClassName
{
background-color: #0C209C;
}
</style>
border-color css
<style>
span { border-color: #0C209C; }
span { border-color: rgb(12,32,156); }
td.TdClassName
{
border-color: #0C209C;
}
.TagClassName
{
border-color: #0C209C;
}
</style>