Shades of Egyptian Blue #0F19AB
Tints of Egyptian Blue #0F19AB
RGB
CMYK
RGB Variations
Color information
#0F19AB (or 0x0F19AB) is known color: Egyptian Blue. HEX triplet: 0F, 19 and AB. RGB value is (15,25,171). Sum of RGB (Red+Green+Blue) = 15+25+171=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 171 (67.19% from 255 or 81.04% from 211); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F19AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F19AB is #F0E654. Grayscale: #262626. Windows color (decimal): -15787605 or 11213071. OLE color: 11213071.
HSL color Cylindrical-coordinate representation of color #0F19AB: hue angle of 236.15º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F19AB is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 25 | 171 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.33 |
| HSL | 236.15º | 0.84% | 0.36% | - |
| HSV(B) | 236.15º | 0.91% | 0.67% | - |
| XYZ | 7.9 | 3.74 | 38.83 | - |
| YUV | 38.65 | 202.69 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 171 | 0.91 | 0.85 | 0 | 0.33 | 236.15 | 0.84 | 0.36 |
| Hex | F | 19 | AB | 5B | 55 | 0 | 21 | EC | 54 | 24 |
| Octal | 17 | 31 | 253 | 133 | 125 | 0 | 41 | 354 | 124 | 44 |
| Binary | 1111 | 11001 | 10101011 | 1011011 | 1010101 | 0 | 100001 | 11101100 | 1010100 | 100100 |
Color Harmonies of #0F19AB
Complementary color
Monochromatic Colors of #0F19AB
Black with #0F19AB
Text Example
Text Example
White with #0F19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F19AB; }
p { color: rgb(15,25,171); }
H1.HeaderClassName
{
color: #0F19AB;
}
.AnyTagClassName
{
color: #0F19AB;
}
</style>
background-color css
<style>
a { background-color: #0F19AB; }
a { background-color: rgb(15,25,171); }
div.DivClassName
{
background-color: #0F19AB;
}
.BgClassName
{
background-color: #0F19AB;
}
</style>
border-color css
<style>
span { border-color: #0F19AB; }
span { border-color: rgb(15,25,171); }
td.TdClassName
{
border-color: #0F19AB;
}
.TagClassName
{
border-color: #0F19AB;
}
</style>