Shades of Egyptian Blue #0B2CAC
Tints of Egyptian Blue #0B2CAC
RGB
CMYK
RGB Variations
Color information
#0B2CAC (or 0x0B2CAC) is known color: Egyptian Blue. HEX triplet: 0B, 2C and AC. RGB value is (11,44,172). Sum of RGB (Red+Green+Blue) = 11+44+172=227 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.85% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B2CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2CAC is #F4D353. Grayscale: #303030. Windows color (decimal): -16044884 or 11283467. OLE color: 11283467.
HSL color Cylindrical-coordinate representation of color #0B2CAC: hue angle of 227.7º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B2CAC is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 44 | 172 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.33 |
| HSL | 227.7º | 0.88% | 0.36% | - |
| HSV(B) | 227.7º | 0.94% | 0.67% | - |
| XYZ | 8.49 | 4.85 | 39.52 | - |
| YUV | 48.73 | 197.57 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 172 | 0.94 | 0.74 | 0 | 0.33 | 227.7 | 0.88 | 0.36 |
| Hex | B | 2C | AC | 5E | 4A | 0 | 21 | E4 | 58 | 24 |
| Octal | 13 | 54 | 254 | 136 | 112 | 0 | 41 | 344 | 130 | 44 |
| Binary | 1011 | 101100 | 10101100 | 1011110 | 1001010 | 0 | 100001 | 11100100 | 1011000 | 100100 |
Color Harmonies of #0B2CAC
Complementary color
Monochromatic Colors of #0B2CAC
Black with #0B2CAC
Text Example
Text Example
White with #0B2CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2CAC; }
p { color: rgb(11,44,172); }
H1.HeaderClassName
{
color: #0B2CAC;
}
.AnyTagClassName
{
color: #0B2CAC;
}
</style>
background-color css
<style>
a { background-color: #0B2CAC; }
a { background-color: rgb(11,44,172); }
div.DivClassName
{
background-color: #0B2CAC;
}
.BgClassName
{
background-color: #0B2CAC;
}
</style>
border-color css
<style>
span { border-color: #0B2CAC; }
span { border-color: rgb(11,44,172); }
td.TdClassName
{
border-color: #0B2CAC;
}
.TagClassName
{
border-color: #0B2CAC;
}
</style>