Shades of Egyptian Blue #0C2697
Tints of Egyptian Blue #0C2697
RGB
CMYK
RGB Variations
Color information
#0C2697 (or 0x0C2697) is known color: Egyptian Blue. HEX triplet: 0C, 26 and 97. RGB value is (12,38,151). Sum of RGB (Red+Green+Blue) = 12+38+151=201 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.97% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C2697 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2697 is #F3D968. Grayscale: #2A2A2A. Windows color (decimal): -15980905 or 9905676. OLE color: 9905676.
HSL color Cylindrical-coordinate representation of color #0C2697: hue angle of 228.78º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2697 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 12 | 38 | 151 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.41 |
| HSL | 228.78º | 0.85% | 0.32% | - |
| HSV(B) | 228.78º | 0.92% | 0.59% | - |
| XYZ | 6.43 | 3.7 | 29.65 | - |
| YUV | 43.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 151 | 0.92 | 0.75 | 0 | 0.41 | 228.78 | 0.85 | 0.32 |
| Hex | C | 26 | 97 | 5C | 4B | 0 | 29 | E5 | 55 | 20 |
| Octal | 14 | 46 | 227 | 134 | 113 | 0 | 51 | 345 | 125 | 40 |
| Binary | 1100 | 100110 | 10010111 | 1011100 | 1001011 | 0 | 101001 | 11100101 | 1010101 | 100000 |
Color Harmonies of #0C2697
Complementary color
Monochromatic Colors of #0C2697
Black with #0C2697
Text Example
Text Example
White with #0C2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2697; }
p { color: rgb(12,38,151); }
H1.HeaderClassName
{
color: #0C2697;
}
.AnyTagClassName
{
color: #0C2697;
}
</style>
background-color css
<style>
a { background-color: #0C2697; }
a { background-color: rgb(12,38,151); }
div.DivClassName
{
background-color: #0C2697;
}
.BgClassName
{
background-color: #0C2697;
}
</style>
border-color css
<style>
span { border-color: #0C2697; }
span { border-color: rgb(12,38,151); }
td.TdClassName
{
border-color: #0C2697;
}
.TagClassName
{
border-color: #0C2697;
}
</style>