Shades of Egyptian Blue #0B3FAD
Tints of Egyptian Blue #0B3FAD
RGB
CMYK
RGB Variations
Color information
#0B3FAD (or 0x0B3FAD) is known color: Egyptian Blue. HEX triplet: 0B, 3F and AD. RGB value is (11,63,173). Sum of RGB (Red+Green+Blue) = 11+63+173=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B3FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3FAD is #F4C052. Grayscale: #3B3B3B. Windows color (decimal): -16040019 or 11353867. OLE color: 11353867.
HSL color Cylindrical-coordinate representation of color #0B3FAD: hue angle of 220.74º 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 #0B3FAD is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 63 | 173 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.32 |
| HSL | 220.74º | 0.88% | 0.36% | - |
| HSV(B) | 220.74º | 0.94% | 0.68% | - |
| XYZ | 9.46 | 6.64 | 40.32 | - |
| YUV | 59.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 173 | 0.94 | 0.64 | 0 | 0.32 | 220.74 | 0.88 | 0.36 |
| Hex | B | 3F | AD | 5E | 40 | 0 | 20 | DD | 58 | 24 |
| Octal | 13 | 77 | 255 | 136 | 100 | 0 | 40 | 335 | 130 | 44 |
| Binary | 1011 | 111111 | 10101101 | 1011110 | 1000000 | 0 | 100000 | 11011101 | 1011000 | 100100 |
Color Harmonies of #0B3FAD
Complementary color
Monochromatic Colors of #0B3FAD
Black with #0B3FAD
Text Example
Text Example
White with #0B3FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3FAD; }
p { color: rgb(11,63,173); }
H1.HeaderClassName
{
color: #0B3FAD;
}
.AnyTagClassName
{
color: #0B3FAD;
}
</style>
background-color css
<style>
a { background-color: #0B3FAD; }
a { background-color: rgb(11,63,173); }
div.DivClassName
{
background-color: #0B3FAD;
}
.BgClassName
{
background-color: #0B3FAD;
}
</style>
border-color css
<style>
span { border-color: #0B3FAD; }
span { border-color: rgb(11,63,173); }
td.TdClassName
{
border-color: #0B3FAD;
}
.TagClassName
{
border-color: #0B3FAD;
}
</style>