Shades of Egyptian Blue #0B26AD
Tints of Egyptian Blue #0B26AD
RGB
CMYK
RGB Variations
Color information
#0B26AD (or 0x0B26AD) is known color: Egyptian Blue. HEX triplet: 0B, 26 and AD. RGB value is (11,38,173). Sum of RGB (Red+Green+Blue) = 11+38+173=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B26AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B26AD is #F4D952. Grayscale: #2C2C2C. Windows color (decimal): -16046419 or 11347467. OLE color: 11347467.
HSL color Cylindrical-coordinate representation of color #0B26AD: hue angle of 230º 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 #0B26AD is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 38 | 173 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.32 |
| HSL | 230º | 0.88% | 0.36% | - |
| HSV(B) | 230º | 0.94% | 0.68% | - |
| XYZ | 8.37 | 4.47 | 39.96 | - |
| YUV | 45.32 | 200.05 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 173 | 0.94 | 0.78 | 0 | 0.32 | 230 | 0.88 | 0.36 |
| Hex | B | 26 | AD | 5E | 4E | 0 | 20 | E6 | 58 | 24 |
| Octal | 13 | 46 | 255 | 136 | 116 | 0 | 40 | 346 | 130 | 44 |
| Binary | 1011 | 100110 | 10101101 | 1011110 | 1001110 | 0 | 100000 | 11100110 | 1011000 | 100100 |
Color Harmonies of #0B26AD
Complementary color
Monochromatic Colors of #0B26AD
Black with #0B26AD
Text Example
Text Example
White with #0B26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B26AD; }
p { color: rgb(11,38,173); }
H1.HeaderClassName
{
color: #0B26AD;
}
.AnyTagClassName
{
color: #0B26AD;
}
</style>
background-color css
<style>
a { background-color: #0B26AD; }
a { background-color: rgb(11,38,173); }
div.DivClassName
{
background-color: #0B26AD;
}
.BgClassName
{
background-color: #0B26AD;
}
</style>
border-color css
<style>
span { border-color: #0B26AD; }
span { border-color: rgb(11,38,173); }
td.TdClassName
{
border-color: #0B26AD;
}
.TagClassName
{
border-color: #0B26AD;
}
</style>