Shades of Egyptian Blue #0B39B2
Tints of Egyptian Blue #0B39B2
RGB
CMYK
RGB Variations
Color information
#0B39B2 (or 0x0B39B2) is known color: Egyptian Blue. HEX triplet: 0B, 39 and B2. RGB value is (11,57,178). Sum of RGB (Red+Green+Blue) = 11+57+178=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 178 (69.92% from 255 or 72.36% from 246); Max value from RGB is 178 - color contains mainly: blue. Hex color #0B39B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B39B2 is #F4C64D. Grayscale: #383838. Windows color (decimal): -16041550 or 11680011. OLE color: 11680011.
HSL color Cylindrical-coordinate representation of color #0B39B2: hue angle of 223.47º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B39B2 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 11 | 57 | 178 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.30 |
| HSL | 223.47º | 0.88% | 0.37% | - |
| HSV(B) | 223.47º | 0.94% | 0.7% | - |
| XYZ | 9.64 | 6.21 | 42.81 | - |
| YUV | 57.04 | 196.26 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 178 | 0.94 | 0.68 | 0 | 0.30 | 223.47 | 0.88 | 0.37 |
| Hex | B | 39 | B2 | 5E | 44 | 0 | 1E | DF | 58 | 25 |
| Octal | 13 | 71 | 262 | 136 | 104 | 0 | 36 | 337 | 130 | 45 |
| Binary | 1011 | 111001 | 10110010 | 1011110 | 1000100 | 0 | 11110 | 11011111 | 1011000 | 100101 |
Color Harmonies of #0B39B2
Complementary color
Monochromatic Colors of #0B39B2
Black with #0B39B2
Text Example
Text Example
White with #0B39B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B39B2; }
p { color: rgb(11,57,178); }
H1.HeaderClassName
{
color: #0B39B2;
}
.AnyTagClassName
{
color: #0B39B2;
}
</style>
background-color css
<style>
a { background-color: #0B39B2; }
a { background-color: rgb(11,57,178); }
div.DivClassName
{
background-color: #0B39B2;
}
.BgClassName
{
background-color: #0B39B2;
}
</style>
border-color css
<style>
span { border-color: #0B39B2; }
span { border-color: rgb(11,57,178); }
td.TdClassName
{
border-color: #0B39B2;
}
.TagClassName
{
border-color: #0B39B2;
}
</style>