Shades of Egyptian Blue #0B36AB
Tints of Egyptian Blue #0B36AB
RGB
CMYK
RGB Variations
Color information
#0B36AB (or 0x0B36AB) is known color: Egyptian Blue. HEX triplet: 0B, 36 and AB. RGB value is (11,54,171). Sum of RGB (Red+Green+Blue) = 11+54+171=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #0B36AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B36AB is #F4C954. Grayscale: #353535. Windows color (decimal): -16042325 or 11220491. OLE color: 11220491.
HSL color Cylindrical-coordinate representation of color #0B36AB: hue angle of 223.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B36AB is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 54 | 171 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.33 |
| HSL | 223.88º | 0.88% | 0.36% | - |
| HSV(B) | 223.88º | 0.94% | 0.67% | - |
| XYZ | 8.81 | 5.65 | 39.15 | - |
| YUV | 54.48 | 193.75 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 171 | 0.94 | 0.68 | 0 | 0.33 | 223.88 | 0.88 | 0.36 |
| Hex | B | 36 | AB | 5E | 44 | 0 | 21 | E0 | 58 | 24 |
| Octal | 13 | 66 | 253 | 136 | 104 | 0 | 41 | 340 | 130 | 44 |
| Binary | 1011 | 110110 | 10101011 | 1011110 | 1000100 | 0 | 100001 | 11100000 | 1011000 | 100100 |
Color Harmonies of #0B36AB
Complementary color
Monochromatic Colors of #0B36AB
Black with #0B36AB
Text Example
Text Example
White with #0B36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B36AB; }
p { color: rgb(11,54,171); }
H1.HeaderClassName
{
color: #0B36AB;
}
.AnyTagClassName
{
color: #0B36AB;
}
</style>
background-color css
<style>
a { background-color: #0B36AB; }
a { background-color: rgb(11,54,171); }
div.DivClassName
{
background-color: #0B36AB;
}
.BgClassName
{
background-color: #0B36AB;
}
</style>
border-color css
<style>
span { border-color: #0B36AB; }
span { border-color: rgb(11,54,171); }
td.TdClassName
{
border-color: #0B36AB;
}
.TagClassName
{
border-color: #0B36AB;
}
</style>