Shades of Egyptian Blue #0F39AA
Tints of Egyptian Blue #0F39AA
RGB
CMYK
RGB Variations
Color information
#0F39AA (or 0x0F39AA) is known color: Egyptian Blue. HEX triplet: 0F, 39 and AA. RGB value is (15,57,170). Sum of RGB (Red+Green+Blue) = 15+57+170=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F39AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F39AA is #F0C655. Grayscale: #383838. Windows color (decimal): -15779414 or 11155727. OLE color: 11155727.
HSL color Cylindrical-coordinate representation of color #0F39AA: hue angle of 223.74º 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 #0F39AA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 57 | 170 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.33 |
| HSL | 223.74º | 0.84% | 0.36% | - |
| HSV(B) | 223.74º | 0.91% | 0.67% | - |
| XYZ | 8.92 | 5.93 | 38.7 | - |
| YUV | 57.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 170 | 0.91 | 0.66 | 0 | 0.33 | 223.74 | 0.84 | 0.36 |
| Hex | F | 39 | AA | 5B | 42 | 0 | 21 | E0 | 54 | 24 |
| Octal | 17 | 71 | 252 | 133 | 102 | 0 | 41 | 340 | 124 | 44 |
| Binary | 1111 | 111001 | 10101010 | 1011011 | 1000010 | 0 | 100001 | 11100000 | 1010100 | 100100 |
Color Harmonies of #0F39AA
Complementary color
Monochromatic Colors of #0F39AA
Black with #0F39AA
Text Example
Text Example
White with #0F39AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F39AA; }
p { color: rgb(15,57,170); }
H1.HeaderClassName
{
color: #0F39AA;
}
.AnyTagClassName
{
color: #0F39AA;
}
</style>
background-color css
<style>
a { background-color: #0F39AA; }
a { background-color: rgb(15,57,170); }
div.DivClassName
{
background-color: #0F39AA;
}
.BgClassName
{
background-color: #0F39AA;
}
</style>
border-color css
<style>
span { border-color: #0F39AA; }
span { border-color: rgb(15,57,170); }
td.TdClassName
{
border-color: #0F39AA;
}
.TagClassName
{
border-color: #0F39AA;
}
</style>