Shades of Egyptian Blue #0B32A7
Tints of Egyptian Blue #0B32A7
RGB
CMYK
RGB Variations
Color information
#0B32A7 (or 0x0B32A7) is known color: Egyptian Blue. HEX triplet: 0B, 32 and A7. RGB value is (11,50,167). Sum of RGB (Red+Green+Blue) = 11+50+167=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 167 (65.62% from 255 or 73.25% from 228); Max value from RGB is 167 - color contains mainly: blue. Hex color #0B32A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B32A7 is #F4CD58. Grayscale: #333333. Windows color (decimal): -16043353 or 10957323. OLE color: 10957323.
HSL color Cylindrical-coordinate representation of color #0B32A7: hue angle of 225º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B32A7 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 50 | 167 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.35 |
| HSL | 225º | 0.88% | 0.35% | - |
| HSV(B) | 225º | 0.93% | 0.65% | - |
| XYZ | 8.25 | 5.14 | 37.12 | - |
| YUV | 51.68 | 193.08 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 167 | 0.93 | 0.70 | 0 | 0.35 | 225 | 0.88 | 0.35 |
| Hex | B | 32 | A7 | 5D | 46 | 0 | 23 | E1 | 58 | 23 |
| Octal | 13 | 62 | 247 | 135 | 106 | 0 | 43 | 341 | 130 | 43 |
| Binary | 1011 | 110010 | 10100111 | 1011101 | 1000110 | 0 | 100011 | 11100001 | 1011000 | 100011 |
Color Harmonies of #0B32A7
Complementary color
Monochromatic Colors of #0B32A7
Black with #0B32A7
Text Example
Text Example
White with #0B32A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B32A7; }
p { color: rgb(11,50,167); }
H1.HeaderClassName
{
color: #0B32A7;
}
.AnyTagClassName
{
color: #0B32A7;
}
</style>
background-color css
<style>
a { background-color: #0B32A7; }
a { background-color: rgb(11,50,167); }
div.DivClassName
{
background-color: #0B32A7;
}
.BgClassName
{
background-color: #0B32A7;
}
</style>
border-color css
<style>
span { border-color: #0B32A7; }
span { border-color: rgb(11,50,167); }
td.TdClassName
{
border-color: #0B32A7;
}
.TagClassName
{
border-color: #0B32A7;
}
</style>