Shades of Egyptian Blue #0B2FAA
Tints of Egyptian Blue #0B2FAA
RGB
CMYK
RGB Variations
Color information
#0B2FAA (or 0x0B2FAA) is known color: Egyptian Blue. HEX triplet: 0B, 2F and AA. RGB value is (11,47,170). Sum of RGB (Red+Green+Blue) = 11+47+170=228 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.82% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B2FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2FAA is #F4D055. Grayscale: #313131. Windows color (decimal): -16044118 or 11153163. OLE color: 11153163.
HSL color Cylindrical-coordinate representation of color #0B2FAA: hue angle of 226.42º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2FAA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 47 | 170 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.33 |
| HSL | 226.42º | 0.88% | 0.35% | - |
| HSV(B) | 226.42º | 0.94% | 0.67% | - |
| XYZ | 8.41 | 5.01 | 38.55 | - |
| YUV | 50.26 | 195.57 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 170 | 0.94 | 0.72 | 0 | 0.33 | 226.42 | 0.88 | 0.35 |
| Hex | B | 2F | AA | 5E | 48 | 0 | 21 | E2 | 58 | 23 |
| Octal | 13 | 57 | 252 | 136 | 110 | 0 | 41 | 342 | 130 | 43 |
| Binary | 1011 | 101111 | 10101010 | 1011110 | 1001000 | 0 | 100001 | 11100010 | 1011000 | 100011 |
Color Harmonies of #0B2FAA
Complementary color
Monochromatic Colors of #0B2FAA
Black with #0B2FAA
Text Example
Text Example
White with #0B2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2FAA; }
p { color: rgb(11,47,170); }
H1.HeaderClassName
{
color: #0B2FAA;
}
.AnyTagClassName
{
color: #0B2FAA;
}
</style>
background-color css
<style>
a { background-color: #0B2FAA; }
a { background-color: rgb(11,47,170); }
div.DivClassName
{
background-color: #0B2FAA;
}
.BgClassName
{
background-color: #0B2FAA;
}
</style>
border-color css
<style>
span { border-color: #0B2FAA; }
span { border-color: rgb(11,47,170); }
td.TdClassName
{
border-color: #0B2FAA;
}
.TagClassName
{
border-color: #0B2FAA;
}
</style>