Shades of Egyptian Blue #0B3FAC
Tints of Egyptian Blue #0B3FAC
RGB
CMYK
RGB Variations
Color information
#0B3FAC (or 0x0B3FAC) is known color: Egyptian Blue. HEX triplet: 0B, 3F and AC. RGB value is (11,63,172). Sum of RGB (Red+Green+Blue) = 11+63+172=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B3FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3FAC is #F4C053. Grayscale: #3B3B3B. Windows color (decimal): -16040020 or 11288331. OLE color: 11288331.
HSL color Cylindrical-coordinate representation of color #0B3FAC: hue angle of 220.62º 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 #0B3FAC is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 63 | 172 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.33 |
| HSL | 220.62º | 0.88% | 0.36% | - |
| HSV(B) | 220.62º | 0.94% | 0.67% | - |
| XYZ | 9.36 | 6.6 | 39.81 | - |
| YUV | 59.88 | 191.27 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 63 | 172 | 0.94 | 0.63 | 0 | 0.33 | 220.62 | 0.88 | 0.36 |
| Hex | B | 3F | AC | 5E | 3F | 0 | 21 | DD | 58 | 24 |
| Octal | 13 | 77 | 254 | 136 | 77 | 0 | 41 | 335 | 130 | 44 |
| Binary | 1011 | 111111 | 10101100 | 1011110 | 111111 | 0 | 100001 | 11011101 | 1011000 | 100100 |
Color Harmonies of #0B3FAC
Complementary color
Monochromatic Colors of #0B3FAC
Black with #0B3FAC
Text Example
Text Example
White with #0B3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3FAC; }
p { color: rgb(11,63,172); }
H1.HeaderClassName
{
color: #0B3FAC;
}
.AnyTagClassName
{
color: #0B3FAC;
}
</style>
background-color css
<style>
a { background-color: #0B3FAC; }
a { background-color: rgb(11,63,172); }
div.DivClassName
{
background-color: #0B3FAC;
}
.BgClassName
{
background-color: #0B3FAC;
}
</style>
border-color css
<style>
span { border-color: #0B3FAC; }
span { border-color: rgb(11,63,172); }
td.TdClassName
{
border-color: #0B3FAC;
}
.TagClassName
{
border-color: #0B3FAC;
}
</style>