Shades of Egyptian Blue #0C229D
Tints of Egyptian Blue #0C229D
RGB
CMYK
RGB Variations
Color information
#0C229D (or 0x0C229D) is known color: Egyptian Blue. HEX triplet: 0C, 22 and 9D. RGB value is (12,34,157). Sum of RGB (Red+Green+Blue) = 12+34+157=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C229D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C229D is #F3DD62. Grayscale: #282828. Windows color (decimal): -15981923 or 10297868. OLE color: 10297868.
HSL color Cylindrical-coordinate representation of color #0C229D: hue angle of 230.9º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C229D is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 12 | 34 | 157 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.38 |
| HSL | 230.9º | 0.86% | 0.33% | - |
| HSV(B) | 230.9º | 0.92% | 0.62% | - |
| XYZ | 6.81 | 3.66 | 32.25 | - |
| YUV | 41.44 | 193.21 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 34 | 157 | 0.92 | 0.78 | 0 | 0.38 | 230.9 | 0.86 | 0.33 |
| Hex | C | 22 | 9D | 5C | 4E | 0 | 26 | E7 | 56 | 21 |
| Octal | 14 | 42 | 235 | 134 | 116 | 0 | 46 | 347 | 126 | 41 |
| Binary | 1100 | 100010 | 10011101 | 1011100 | 1001110 | 0 | 100110 | 11100111 | 1010110 | 100001 |
Color Harmonies of #0C229D
Complementary color
Monochromatic Colors of #0C229D
Black with #0C229D
Text Example
Text Example
White with #0C229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C229D; }
p { color: rgb(12,34,157); }
H1.HeaderClassName
{
color: #0C229D;
}
.AnyTagClassName
{
color: #0C229D;
}
</style>
background-color css
<style>
a { background-color: #0C229D; }
a { background-color: rgb(12,34,157); }
div.DivClassName
{
background-color: #0C229D;
}
.BgClassName
{
background-color: #0C229D;
}
</style>
border-color css
<style>
span { border-color: #0C229D; }
span { border-color: rgb(12,34,157); }
td.TdClassName
{
border-color: #0C229D;
}
.TagClassName
{
border-color: #0C229D;
}
</style>