Shades of Egyptian Blue #0F22A9
Tints of Egyptian Blue #0F22A9
RGB
CMYK
RGB Variations
Color information
#0F22A9 (or 0x0F22A9) is known color: Egyptian Blue. HEX triplet: 0F, 22 and A9. RGB value is (15,34,169). Sum of RGB (Red+Green+Blue) = 15+34+169=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 169 (66.41% from 255 or 77.52% from 218); Max value from RGB is 169 - color contains mainly: blue. Hex color #0F22A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F22A9 is #F0DD56. Grayscale: #2B2B2B. Windows color (decimal): -15785303 or 11084303. OLE color: 11084303.
HSL color Cylindrical-coordinate representation of color #0F22A9: hue angle of 232.6º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F22A9 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 34 | 169 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.34 |
| HSL | 232.6º | 0.84% | 0.36% | - |
| HSV(B) | 232.6º | 0.91% | 0.66% | - |
| XYZ | 7.93 | 4.11 | 37.91 | - |
| YUV | 43.71 | 198.71 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 169 | 0.91 | 0.80 | 0 | 0.34 | 232.6 | 0.84 | 0.36 |
| Hex | F | 22 | A9 | 5B | 50 | 0 | 22 | E9 | 54 | 24 |
| Octal | 17 | 42 | 251 | 133 | 120 | 0 | 42 | 351 | 124 | 44 |
| Binary | 1111 | 100010 | 10101001 | 1011011 | 1010000 | 0 | 100010 | 11101001 | 1010100 | 100100 |
Color Harmonies of #0F22A9
Complementary color
Monochromatic Colors of #0F22A9
Black with #0F22A9
Text Example
Text Example
White with #0F22A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22A9; }
p { color: rgb(15,34,169); }
H1.HeaderClassName
{
color: #0F22A9;
}
.AnyTagClassName
{
color: #0F22A9;
}
</style>
background-color css
<style>
a { background-color: #0F22A9; }
a { background-color: rgb(15,34,169); }
div.DivClassName
{
background-color: #0F22A9;
}
.BgClassName
{
background-color: #0F22A9;
}
</style>
border-color css
<style>
span { border-color: #0F22A9; }
span { border-color: rgb(15,34,169); }
td.TdClassName
{
border-color: #0F22A9;
}
.TagClassName
{
border-color: #0F22A9;
}
</style>