Shades of Egyptian Blue #0B3BB4
Tints of Egyptian Blue #0B3BB4
RGB
CMYK
RGB Variations
Color information
#0B3BB4 (or 0x0B3BB4) is known color: Egyptian Blue. HEX triplet: 0B, 3B and B4. RGB value is (11,59,180). Sum of RGB (Red+Green+Blue) = 11+59+180=250 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.4% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #0B3BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3BB4 is #F4C44B. Grayscale: #393939. Windows color (decimal): -16041036 or 11811595. OLE color: 11811595.
HSL color Cylindrical-coordinate representation of color #0B3BB4: hue angle of 222.96º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3BB4 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 59 | 180 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.29 |
| HSL | 222.96º | 0.88% | 0.37% | - |
| HSV(B) | 222.96º | 0.94% | 0.71% | - |
| XYZ | 9.94 | 6.49 | 43.91 | - |
| YUV | 58.44 | 196.6 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 180 | 0.94 | 0.67 | 0 | 0.29 | 222.96 | 0.88 | 0.37 |
| Hex | B | 3B | B4 | 5E | 43 | 0 | 1D | DF | 58 | 25 |
| Octal | 13 | 73 | 264 | 136 | 103 | 0 | 35 | 337 | 130 | 45 |
| Binary | 1011 | 111011 | 10110100 | 1011110 | 1000011 | 0 | 11101 | 11011111 | 1011000 | 100101 |
Color Harmonies of #0B3BB4
Complementary color
Monochromatic Colors of #0B3BB4
Black with #0B3BB4
Text Example
Text Example
White with #0B3BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3BB4; }
p { color: rgb(11,59,180); }
H1.HeaderClassName
{
color: #0B3BB4;
}
.AnyTagClassName
{
color: #0B3BB4;
}
</style>
background-color css
<style>
a { background-color: #0B3BB4; }
a { background-color: rgb(11,59,180); }
div.DivClassName
{
background-color: #0B3BB4;
}
.BgClassName
{
background-color: #0B3BB4;
}
</style>
border-color css
<style>
span { border-color: #0B3BB4; }
span { border-color: rgb(11,59,180); }
td.TdClassName
{
border-color: #0B3BB4;
}
.TagClassName
{
border-color: #0B3BB4;
}
</style>