Shades of Egyptian Blue #0F42AD
Tints of Egyptian Blue #0F42AD
RGB
CMYK
RGB Variations
Color information
#0F42AD (or 0x0F42AD) is known color: Egyptian Blue. HEX triplet: 0F, 42 and AD. RGB value is (15,66,173). Sum of RGB (Red+Green+Blue) = 15+66+173=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F42AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F42AD is #F0BD52. Grayscale: #3E3E3E. Windows color (decimal): -15777107 or 11354639. OLE color: 11354639.
HSL color Cylindrical-coordinate representation of color #0F42AD: hue angle of 220.63º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F42AD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 66 | 173 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.32 |
| HSL | 220.63º | 0.84% | 0.37% | - |
| HSV(B) | 220.63º | 0.91% | 0.68% | - |
| XYZ | 9.69 | 7.02 | 40.38 | - |
| YUV | 62.95 | 190.1 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 173 | 0.91 | 0.62 | 0 | 0.32 | 220.63 | 0.84 | 0.37 |
| Hex | F | 42 | AD | 5B | 3E | 0 | 20 | DD | 54 | 25 |
| Octal | 17 | 102 | 255 | 133 | 76 | 0 | 40 | 335 | 124 | 45 |
| Binary | 1111 | 1000010 | 10101101 | 1011011 | 111110 | 0 | 100000 | 11011101 | 1010100 | 100101 |
Color Harmonies of #0F42AD
Complementary color
Monochromatic Colors of #0F42AD
Black with #0F42AD
Text Example
Text Example
White with #0F42AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F42AD; }
p { color: rgb(15,66,173); }
H1.HeaderClassName
{
color: #0F42AD;
}
.AnyTagClassName
{
color: #0F42AD;
}
</style>
background-color css
<style>
a { background-color: #0F42AD; }
a { background-color: rgb(15,66,173); }
div.DivClassName
{
background-color: #0F42AD;
}
.BgClassName
{
background-color: #0F42AD;
}
</style>
border-color css
<style>
span { border-color: #0F42AD; }
span { border-color: rgb(15,66,173); }
td.TdClassName
{
border-color: #0F42AD;
}
.TagClassName
{
border-color: #0F42AD;
}
</style>