Shades of Egyptian Blue #0B37AD
Tints of Egyptian Blue #0B37AD
RGB
CMYK
RGB Variations
Color information
#0B37AD (or 0x0B37AD) is known color: Egyptian Blue. HEX triplet: 0B, 37 and AD. RGB value is (11,55,173). Sum of RGB (Red+Green+Blue) = 11+55+173=239 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.60% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 173 (67.97% from 255 or 72.38% from 239); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B37AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B37AD is #F4C852. Grayscale: #363636. Windows color (decimal): -16042067 or 11351819. OLE color: 11351819.
HSL color Cylindrical-coordinate representation of color #0B37AD: hue angle of 223.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B37AD is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 55 | 173 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.32 |
| HSL | 223.7º | 0.88% | 0.36% | - |
| HSV(B) | 223.7º | 0.94% | 0.68% | - |
| XYZ | 9.05 | 5.82 | 40.18 | - |
| YUV | 55.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 173 | 0.94 | 0.68 | 0 | 0.32 | 223.7 | 0.88 | 0.36 |
| Hex | B | 37 | AD | 5E | 44 | 0 | 20 | E0 | 58 | 24 |
| Octal | 13 | 67 | 255 | 136 | 104 | 0 | 40 | 340 | 130 | 44 |
| Binary | 1011 | 110111 | 10101101 | 1011110 | 1000100 | 0 | 100000 | 11100000 | 1011000 | 100100 |
Color Harmonies of #0B37AD
Complementary color
Monochromatic Colors of #0B37AD
Black with #0B37AD
Text Example
Text Example
White with #0B37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B37AD; }
p { color: rgb(11,55,173); }
H1.HeaderClassName
{
color: #0B37AD;
}
.AnyTagClassName
{
color: #0B37AD;
}
</style>
background-color css
<style>
a { background-color: #0B37AD; }
a { background-color: rgb(11,55,173); }
div.DivClassName
{
background-color: #0B37AD;
}
.BgClassName
{
background-color: #0B37AD;
}
</style>
border-color css
<style>
span { border-color: #0B37AD; }
span { border-color: rgb(11,55,173); }
td.TdClassName
{
border-color: #0B37AD;
}
.TagClassName
{
border-color: #0B37AD;
}
</style>