Shades of Egyptian Blue #0F32AB
Tints of Egyptian Blue #0F32AB
RGB
CMYK
RGB Variations
Color information
#0F32AB (or 0x0F32AB) is known color: Egyptian Blue. HEX triplet: 0F, 32 and AB. RGB value is (15,50,171). Sum of RGB (Red+Green+Blue) = 15+50+171=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F32AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F32AB is #F0CD54. Grayscale: #343434. Windows color (decimal): -15781205 or 11219471. OLE color: 11219471.
HSL color Cylindrical-coordinate representation of color #0F32AB: hue angle of 226.54º 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 #0F32AB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 50 | 171 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.33 |
| HSL | 226.54º | 0.84% | 0.36% | - |
| HSV(B) | 226.54º | 0.91% | 0.67% | - |
| XYZ | 8.69 | 5.32 | 39.1 | - |
| YUV | 53.33 | 194.4 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 171 | 0.91 | 0.71 | 0 | 0.33 | 226.54 | 0.84 | 0.36 |
| Hex | F | 32 | AB | 5B | 47 | 0 | 21 | E3 | 54 | 24 |
| Octal | 17 | 62 | 253 | 133 | 107 | 0 | 41 | 343 | 124 | 44 |
| Binary | 1111 | 110010 | 10101011 | 1011011 | 1000111 | 0 | 100001 | 11100011 | 1010100 | 100100 |
Color Harmonies of #0F32AB
Complementary color
Monochromatic Colors of #0F32AB
Black with #0F32AB
Text Example
Text Example
White with #0F32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F32AB; }
p { color: rgb(15,50,171); }
H1.HeaderClassName
{
color: #0F32AB;
}
.AnyTagClassName
{
color: #0F32AB;
}
</style>
background-color css
<style>
a { background-color: #0F32AB; }
a { background-color: rgb(15,50,171); }
div.DivClassName
{
background-color: #0F32AB;
}
.BgClassName
{
background-color: #0F32AB;
}
</style>
border-color css
<style>
span { border-color: #0F32AB; }
span { border-color: rgb(15,50,171); }
td.TdClassName
{
border-color: #0F32AB;
}
.TagClassName
{
border-color: #0F32AB;
}
</style>