Shades of Egyptian Blue #0F1AAA
Tints of Egyptian Blue #0F1AAA
RGB
CMYK
RGB Variations
Color information
#0F1AAA (or 0x0F1AAA) is known color: Egyptian Blue. HEX triplet: 0F, 1A and AA. RGB value is (15,26,170). Sum of RGB (Red+Green+Blue) = 15+26+170=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 170 (66.80% from 255 or 80.57% from 211); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F1AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F1AAA is #F0E555. Grayscale: #262626. Windows color (decimal): -15787350 or 11147791. OLE color: 11147791.
HSL color Cylindrical-coordinate representation of color #0F1AAA: hue angle of 235.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 #0F1AAA is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 26 | 170 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.33 |
| HSL | 235.74º | 0.84% | 0.36% | - |
| HSV(B) | 235.74º | 0.91% | 0.67% | - |
| XYZ | 7.82 | 3.74 | 38.34 | - |
| YUV | 39.13 | 201.86 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 170 | 0.91 | 0.85 | 0 | 0.33 | 235.74 | 0.84 | 0.36 |
| Hex | F | 1A | AA | 5B | 55 | 0 | 21 | EC | 54 | 24 |
| Octal | 17 | 32 | 252 | 133 | 125 | 0 | 41 | 354 | 124 | 44 |
| Binary | 1111 | 11010 | 10101010 | 1011011 | 1010101 | 0 | 100001 | 11101100 | 1010100 | 100100 |
Color Harmonies of #0F1AAA
Complementary color
Monochromatic Colors of #0F1AAA
Black with #0F1AAA
Text Example
Text Example
White with #0F1AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1AAA; }
p { color: rgb(15,26,170); }
H1.HeaderClassName
{
color: #0F1AAA;
}
.AnyTagClassName
{
color: #0F1AAA;
}
</style>
background-color css
<style>
a { background-color: #0F1AAA; }
a { background-color: rgb(15,26,170); }
div.DivClassName
{
background-color: #0F1AAA;
}
.BgClassName
{
background-color: #0F1AAA;
}
</style>
border-color css
<style>
span { border-color: #0F1AAA; }
span { border-color: rgb(15,26,170); }
td.TdClassName
{
border-color: #0F1AAA;
}
.TagClassName
{
border-color: #0F1AAA;
}
</style>