Shades of Egyptian Blue #0F319B
Tints of Egyptian Blue #0F319B
RGB
CMYK
RGB Variations
Color information
#0F319B (or 0x0F319B) is known color: Egyptian Blue. HEX triplet: 0F, 31 and 9B. RGB value is (15,49,155). Sum of RGB (Red+Green+Blue) = 15+49+155=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F319B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F319B is #F0CE64. Grayscale: #323232. Windows color (decimal): -15781477 or 10170639. OLE color: 10170639.
HSL color Cylindrical-coordinate representation of color #0F319B: hue angle of 225.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F319B is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 49 | 155 | - |
| CMYK | 0.90 | 0.68 | 0 | 0.39 |
| HSL | 225.43º | 0.82% | 0.33% | - |
| HSV(B) | 225.43º | 0.9% | 0.61% | - |
| XYZ | 7.21 | 4.66 | 31.53 | - |
| YUV | 50.92 | 186.74 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 155 | 0.90 | 0.68 | 0 | 0.39 | 225.43 | 0.82 | 0.33 |
| Hex | F | 31 | 9B | 5A | 44 | 0 | 27 | E1 | 52 | 21 |
| Octal | 17 | 61 | 233 | 132 | 104 | 0 | 47 | 341 | 122 | 41 |
| Binary | 1111 | 110001 | 10011011 | 1011010 | 1000100 | 0 | 100111 | 11100001 | 1010010 | 100001 |
Color Harmonies of #0F319B
Complementary color
Monochromatic Colors of #0F319B
Black with #0F319B
Text Example
Text Example
White with #0F319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F319B; }
p { color: rgb(15,49,155); }
H1.HeaderClassName
{
color: #0F319B;
}
.AnyTagClassName
{
color: #0F319B;
}
</style>
background-color css
<style>
a { background-color: #0F319B; }
a { background-color: rgb(15,49,155); }
div.DivClassName
{
background-color: #0F319B;
}
.BgClassName
{
background-color: #0F319B;
}
</style>
border-color css
<style>
span { border-color: #0F319B; }
span { border-color: rgb(15,49,155); }
td.TdClassName
{
border-color: #0F319B;
}
.TagClassName
{
border-color: #0F319B;
}
</style>