Shades of Egyptian Blue #0F319C
Tints of Egyptian Blue #0F319C
RGB
CMYK
RGB Variations
Color information
#0F319C (or 0x0F319C) is known color: Egyptian Blue. HEX triplet: 0F, 31 and 9C. RGB value is (15,49,156). Sum of RGB (Red+Green+Blue) = 15+49+156=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 156 (61.33% from 255 or 70.91% from 220); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F319C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F319C is #F0CE63. Grayscale: #323232. Windows color (decimal): -15781476 or 10236175. OLE color: 10236175.
HSL color Cylindrical-coordinate representation of color #0F319C: hue angle of 225.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F319C is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 49 | 156 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.39 |
| HSL | 225.53º | 0.82% | 0.34% | - |
| HSV(B) | 225.53º | 0.9% | 0.61% | - |
| XYZ | 7.3 | 4.7 | 31.97 | - |
| YUV | 51.03 | 187.24 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 156 | 0.90 | 0.69 | 0 | 0.39 | 225.53 | 0.82 | 0.34 |
| Hex | F | 31 | 9C | 5A | 45 | 0 | 27 | E2 | 52 | 22 |
| Octal | 17 | 61 | 234 | 132 | 105 | 0 | 47 | 342 | 122 | 42 |
| Binary | 1111 | 110001 | 10011100 | 1011010 | 1000101 | 0 | 100111 | 11100010 | 1010010 | 100010 |
Color Harmonies of #0F319C
Complementary color
Monochromatic Colors of #0F319C
Black with #0F319C
Text Example
Text Example
White with #0F319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F319C; }
p { color: rgb(15,49,156); }
H1.HeaderClassName
{
color: #0F319C;
}
.AnyTagClassName
{
color: #0F319C;
}
</style>
background-color css
<style>
a { background-color: #0F319C; }
a { background-color: rgb(15,49,156); }
div.DivClassName
{
background-color: #0F319C;
}
.BgClassName
{
background-color: #0F319C;
}
</style>
border-color css
<style>
span { border-color: #0F319C; }
span { border-color: rgb(15,49,156); }
td.TdClassName
{
border-color: #0F319C;
}
.TagClassName
{
border-color: #0F319C;
}
</style>