Shades of Egyptian Blue #0B319C
Tints of Egyptian Blue #0B319C
RGB
CMYK
RGB Variations
Color information
#0B319C (or 0x0B319C) is known color: Egyptian Blue. HEX triplet: 0B, 31 and 9C. RGB value is (11,49,156). Sum of RGB (Red+Green+Blue) = 11+49+156=216 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.09% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 156 (61.33% from 255 or 72.22% from 216); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B319C is #F4CE63. Grayscale: #313131. Windows color (decimal): -16043620 or 10236171. OLE color: 10236171.
HSL color Cylindrical-coordinate representation of color #0B319C: hue angle of 224.28º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B319C is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 49 | 156 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.39 |
| HSL | 224.28º | 0.87% | 0.33% | - |
| HSV(B) | 224.28º | 0.93% | 0.61% | - |
| XYZ | 7.24 | 4.67 | 31.97 | - |
| YUV | 49.84 | 187.91 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 156 | 0.93 | 0.69 | 0 | 0.39 | 224.28 | 0.87 | 0.33 |
| Hex | B | 31 | 9C | 5D | 45 | 0 | 27 | E0 | 57 | 21 |
| Octal | 13 | 61 | 234 | 135 | 105 | 0 | 47 | 340 | 127 | 41 |
| Binary | 1011 | 110001 | 10011100 | 1011101 | 1000101 | 0 | 100111 | 11100000 | 1010111 | 100001 |
Color Harmonies of #0B319C
Complementary color
Monochromatic Colors of #0B319C
Black with #0B319C
Text Example
Text Example
White with #0B319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B319C; }
p { color: rgb(11,49,156); }
H1.HeaderClassName
{
color: #0B319C;
}
.AnyTagClassName
{
color: #0B319C;
}
</style>
background-color css
<style>
a { background-color: #0B319C; }
a { background-color: rgb(11,49,156); }
div.DivClassName
{
background-color: #0B319C;
}
.BgClassName
{
background-color: #0B319C;
}
</style>
border-color css
<style>
span { border-color: #0B319C; }
span { border-color: rgb(11,49,156); }
td.TdClassName
{
border-color: #0B319C;
}
.TagClassName
{
border-color: #0B319C;
}
</style>