Shades of Egyptian Blue #0B1F99
Tints of Egyptian Blue #0B1F99
RGB
CMYK
RGB Variations
Color information
#0B1F99 (or 0x0B1F99) is known color: Egyptian Blue. HEX triplet: 0B, 1F and 99. RGB value is (11,31,153). Sum of RGB (Red+Green+Blue) = 11+31+153=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B1F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B1F99 is #F4E066. Grayscale: #262626. Windows color (decimal): -16048231 or 10034955. OLE color: 10034955.
HSL color Cylindrical-coordinate representation of color #0B1F99: hue angle of 231.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B1F99 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 31 | 153 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.4 |
| HSL | 231.55º | 0.87% | 0.32% | - |
| HSV(B) | 231.55º | 0.93% | 0.6% | - |
| XYZ | 6.38 | 3.35 | 30.45 | - |
| YUV | 38.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 31 | 153 | 0.93 | 0.80 | 0 | 0.4 | 231.55 | 0.87 | 0.32 |
| Hex | B | 1F | 99 | 5D | 50 | 0 | 28 | E8 | 57 | 20 |
| Octal | 13 | 37 | 231 | 135 | 120 | 0 | 50 | 350 | 127 | 40 |
| Binary | 1011 | 11111 | 10011001 | 1011101 | 1010000 | 0 | 101000 | 11101000 | 1010111 | 100000 |
Color Harmonies of #0B1F99
Complementary color
Monochromatic Colors of #0B1F99
Black with #0B1F99
Text Example
Text Example
White with #0B1F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1F99; }
p { color: rgb(11,31,153); }
H1.HeaderClassName
{
color: #0B1F99;
}
.AnyTagClassName
{
color: #0B1F99;
}
</style>
background-color css
<style>
a { background-color: #0B1F99; }
a { background-color: rgb(11,31,153); }
div.DivClassName
{
background-color: #0B1F99;
}
.BgClassName
{
background-color: #0B1F99;
}
</style>
border-color css
<style>
span { border-color: #0B1F99; }
span { border-color: rgb(11,31,153); }
td.TdClassName
{
border-color: #0B1F99;
}
.TagClassName
{
border-color: #0B1F99;
}
</style>