Shades of Egyptian Blue #0B3EB6
Tints of Egyptian Blue #0B3EB6
RGB
CMYK
RGB Variations
Color information
#0B3EB6 (or 0x0B3EB6) is known color: Egyptian Blue. HEX triplet: 0B, 3E and B6. RGB value is (11,62,182). Sum of RGB (Red+Green+Blue) = 11+62+182=255 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.31% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #0B3EB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B3EB6 is #F4C149. Grayscale: #3B3B3B. Windows color (decimal): -16040266 or 11943435. OLE color: 11943435.
HSL color Cylindrical-coordinate representation of color #0B3EB6: hue angle of 222.11º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B3EB6 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 62 | 182 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.29 |
| HSL | 222.11º | 0.89% | 0.38% | - |
| HSV(B) | 222.11º | 0.94% | 0.71% | - |
| XYZ | 10.3 | 6.89 | 45.04 | - |
| YUV | 60.43 | 196.6 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 62 | 182 | 0.94 | 0.66 | 0 | 0.29 | 222.11 | 0.89 | 0.38 |
| Hex | B | 3E | B6 | 5E | 42 | 0 | 1D | DE | 59 | 26 |
| Octal | 13 | 76 | 266 | 136 | 102 | 0 | 35 | 336 | 131 | 46 |
| Binary | 1011 | 111110 | 10110110 | 1011110 | 1000010 | 0 | 11101 | 11011110 | 1011001 | 100110 |
Color Harmonies of #0B3EB6
Complementary color
Monochromatic Colors of #0B3EB6
Black with #0B3EB6
Text Example
Text Example
White with #0B3EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3EB6; }
p { color: rgb(11,62,182); }
H1.HeaderClassName
{
color: #0B3EB6;
}
.AnyTagClassName
{
color: #0B3EB6;
}
</style>
background-color css
<style>
a { background-color: #0B3EB6; }
a { background-color: rgb(11,62,182); }
div.DivClassName
{
background-color: #0B3EB6;
}
.BgClassName
{
background-color: #0B3EB6;
}
</style>
border-color css
<style>
span { border-color: #0B3EB6; }
span { border-color: rgb(11,62,182); }
td.TdClassName
{
border-color: #0B3EB6;
}
.TagClassName
{
border-color: #0B3EB6;
}
</style>