Shades of Egyptian Blue #0F39AB
Tints of Egyptian Blue #0F39AB
RGB
CMYK
RGB Variations
Color information
#0F39AB (or 0x0F39AB) is known color: Egyptian Blue. HEX triplet: 0F, 39 and AB. RGB value is (15,57,171). Sum of RGB (Red+Green+Blue) = 15+57+171=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F39AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F39AB is #F0C654. Grayscale: #383838. Windows color (decimal): -15779413 or 11221263. OLE color: 11221263.
HSL color Cylindrical-coordinate representation of color #0F39AB: hue angle of 223.85º 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 #0F39AB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 57 | 171 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.33 |
| HSL | 223.85º | 0.84% | 0.36% | - |
| HSV(B) | 223.85º | 0.91% | 0.67% | - |
| XYZ | 9.01 | 5.97 | 39.21 | - |
| YUV | 57.44 | 192.09 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 171 | 0.91 | 0.67 | 0 | 0.33 | 223.85 | 0.84 | 0.36 |
| Hex | F | 39 | AB | 5B | 43 | 0 | 21 | E0 | 54 | 24 |
| Octal | 17 | 71 | 253 | 133 | 103 | 0 | 41 | 340 | 124 | 44 |
| Binary | 1111 | 111001 | 10101011 | 1011011 | 1000011 | 0 | 100001 | 11100000 | 1010100 | 100100 |
Color Harmonies of #0F39AB
Complementary color
Monochromatic Colors of #0F39AB
Black with #0F39AB
Text Example
Text Example
White with #0F39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F39AB; }
p { color: rgb(15,57,171); }
H1.HeaderClassName
{
color: #0F39AB;
}
.AnyTagClassName
{
color: #0F39AB;
}
</style>
background-color css
<style>
a { background-color: #0F39AB; }
a { background-color: rgb(15,57,171); }
div.DivClassName
{
background-color: #0F39AB;
}
.BgClassName
{
background-color: #0F39AB;
}
</style>
border-color css
<style>
span { border-color: #0F39AB; }
span { border-color: rgb(15,57,171); }
td.TdClassName
{
border-color: #0F39AB;
}
.TagClassName
{
border-color: #0F39AB;
}
</style>