Shades of Egyptian Blue #0B37AC
Tints of Egyptian Blue #0B37AC
RGB
CMYK
RGB Variations
Color information
#0B37AC (or 0x0B37AC) is known color: Egyptian Blue. HEX triplet: 0B, 37 and AC. RGB value is (11,55,172). Sum of RGB (Red+Green+Blue) = 11+55+172=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B37AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B37AC is #F4C853. Grayscale: #363636. Windows color (decimal): -16042068 or 11286283. OLE color: 11286283.
HSL color Cylindrical-coordinate representation of color #0B37AC: hue angle of 223.6º 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 #0B37AC is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 55 | 172 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.33 |
| HSL | 223.6º | 0.88% | 0.36% | - |
| HSV(B) | 223.6º | 0.94% | 0.67% | - |
| XYZ | 8.95 | 5.78 | 39.67 | - |
| YUV | 55.18 | 193.92 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 172 | 0.94 | 0.68 | 0 | 0.33 | 223.6 | 0.88 | 0.36 |
| Hex | B | 37 | AC | 5E | 44 | 0 | 21 | E0 | 58 | 24 |
| Octal | 13 | 67 | 254 | 136 | 104 | 0 | 41 | 340 | 130 | 44 |
| Binary | 1011 | 110111 | 10101100 | 1011110 | 1000100 | 0 | 100001 | 11100000 | 1011000 | 100100 |
Color Harmonies of #0B37AC
Complementary color
Monochromatic Colors of #0B37AC
Black with #0B37AC
Text Example
Text Example
White with #0B37AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B37AC; }
p { color: rgb(11,55,172); }
H1.HeaderClassName
{
color: #0B37AC;
}
.AnyTagClassName
{
color: #0B37AC;
}
</style>
background-color css
<style>
a { background-color: #0B37AC; }
a { background-color: rgb(11,55,172); }
div.DivClassName
{
background-color: #0B37AC;
}
.BgClassName
{
background-color: #0B37AC;
}
</style>
border-color css
<style>
span { border-color: #0B37AC; }
span { border-color: rgb(11,55,172); }
td.TdClassName
{
border-color: #0B37AC;
}
.TagClassName
{
border-color: #0B37AC;
}
</style>