Shades of Egyptian Blue #0F1DAF
Tints of Egyptian Blue #0F1DAF
RGB
CMYK
RGB Variations
Color information
#0F1DAF (or 0x0F1DAF) is known color: Egyptian Blue. HEX triplet: 0F, 1D and AF. RGB value is (15,29,175). Sum of RGB (Red+Green+Blue) = 15+29+175=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 175 (68.75% from 255 or 79.91% from 219); Max value from RGB is 175 - color contains mainly: blue. Hex color #0F1DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1DAF is #F0E250. Grayscale: #282828. Windows color (decimal): -15786577 or 11476239. OLE color: 11476239.
HSL color Cylindrical-coordinate representation of color #0F1DAF: hue angle of 234.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F1DAF is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 29 | 175 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.31 |
| HSL | 234.75º | 0.84% | 0.37% | - |
| HSV(B) | 234.75º | 0.91% | 0.69% | - |
| XYZ | 8.37 | 4.08 | 40.9 | - |
| YUV | 41.46 | 203.36 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 29 | 175 | 0.91 | 0.83 | 0 | 0.31 | 234.75 | 0.84 | 0.37 |
| Hex | F | 1D | AF | 5B | 53 | 0 | 1F | EB | 54 | 25 |
| Octal | 17 | 35 | 257 | 133 | 123 | 0 | 37 | 353 | 124 | 45 |
| Binary | 1111 | 11101 | 10101111 | 1011011 | 1010011 | 0 | 11111 | 11101011 | 1010100 | 100101 |
Color Harmonies of #0F1DAF
Complementary color
Monochromatic Colors of #0F1DAF
Black with #0F1DAF
Text Example
Text Example
White with #0F1DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1DAF; }
p { color: rgb(15,29,175); }
H1.HeaderClassName
{
color: #0F1DAF;
}
.AnyTagClassName
{
color: #0F1DAF;
}
</style>
background-color css
<style>
a { background-color: #0F1DAF; }
a { background-color: rgb(15,29,175); }
div.DivClassName
{
background-color: #0F1DAF;
}
.BgClassName
{
background-color: #0F1DAF;
}
</style>
border-color css
<style>
span { border-color: #0F1DAF; }
span { border-color: rgb(15,29,175); }
td.TdClassName
{
border-color: #0F1DAF;
}
.TagClassName
{
border-color: #0F1DAF;
}
</style>