Shades of Egyptian Blue #0C349B
Tints of Egyptian Blue #0C349B
RGB
CMYK
RGB Variations
Color information
#0C349B (or 0x0C349B) is known color: Egyptian Blue. HEX triplet: 0C, 34 and 9B. RGB value is (12,52,155). Sum of RGB (Red+Green+Blue) = 12+52+155=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C349B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C349B is #F3CB64. Grayscale: #333333. Windows color (decimal): -15977317 or 10171404. OLE color: 10171404.
HSL color Cylindrical-coordinate representation of color #0C349B: hue angle of 223.22º 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 #0C349B is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 12 | 52 | 155 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.39 |
| HSL | 223.22º | 0.86% | 0.33% | - |
| HSV(B) | 223.22º | 0.92% | 0.61% | - |
| XYZ | 7.3 | 4.9 | 31.57 | - |
| YUV | 51.78 | 186.25 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 155 | 0.92 | 0.66 | 0 | 0.39 | 223.22 | 0.86 | 0.33 |
| Hex | C | 34 | 9B | 5C | 42 | 0 | 27 | DF | 56 | 21 |
| Octal | 14 | 64 | 233 | 134 | 102 | 0 | 47 | 337 | 126 | 41 |
| Binary | 1100 | 110100 | 10011011 | 1011100 | 1000010 | 0 | 100111 | 11011111 | 1010110 | 100001 |
Color Harmonies of #0C349B
Complementary color
Monochromatic Colors of #0C349B
Black with #0C349B
Text Example
Text Example
White with #0C349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C349B; }
p { color: rgb(12,52,155); }
H1.HeaderClassName
{
color: #0C349B;
}
.AnyTagClassName
{
color: #0C349B;
}
</style>
background-color css
<style>
a { background-color: #0C349B; }
a { background-color: rgb(12,52,155); }
div.DivClassName
{
background-color: #0C349B;
}
.BgClassName
{
background-color: #0C349B;
}
</style>
border-color css
<style>
span { border-color: #0C349B; }
span { border-color: rgb(12,52,155); }
td.TdClassName
{
border-color: #0C349B;
}
.TagClassName
{
border-color: #0C349B;
}
</style>