Shades of Egyptian Blue #0F26AA
Tints of Egyptian Blue #0F26AA
RGB
CMYK
RGB Variations
Color information
#0F26AA (or 0x0F26AA) is known color: Egyptian Blue. HEX triplet: 0F, 26 and AA. RGB value is (15,38,170). Sum of RGB (Red+Green+Blue) = 15+38+170=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #0F26AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F26AA is #F0D955. Grayscale: #2D2D2D. Windows color (decimal): -15784278 or 11150863. OLE color: 11150863.
HSL color Cylindrical-coordinate representation of color #0F26AA: hue angle of 231.1º 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 #0F26AA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 38 | 170 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.33 |
| HSL | 231.1º | 0.84% | 0.36% | - |
| HSV(B) | 231.1º | 0.91% | 0.67% | - |
| XYZ | 8.15 | 4.39 | 38.45 | - |
| YUV | 46.17 | 197.88 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 170 | 0.91 | 0.78 | 0 | 0.33 | 231.1 | 0.84 | 0.36 |
| Hex | F | 26 | AA | 5B | 4E | 0 | 21 | E7 | 54 | 24 |
| Octal | 17 | 46 | 252 | 133 | 116 | 0 | 41 | 347 | 124 | 44 |
| Binary | 1111 | 100110 | 10101010 | 1011011 | 1001110 | 0 | 100001 | 11100111 | 1010100 | 100100 |
Color Harmonies of #0F26AA
Complementary color
Monochromatic Colors of #0F26AA
Black with #0F26AA
Text Example
Text Example
White with #0F26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F26AA; }
p { color: rgb(15,38,170); }
H1.HeaderClassName
{
color: #0F26AA;
}
.AnyTagClassName
{
color: #0F26AA;
}
</style>
background-color css
<style>
a { background-color: #0F26AA; }
a { background-color: rgb(15,38,170); }
div.DivClassName
{
background-color: #0F26AA;
}
.BgClassName
{
background-color: #0F26AA;
}
</style>
border-color css
<style>
span { border-color: #0F26AA; }
span { border-color: rgb(15,38,170); }
td.TdClassName
{
border-color: #0F26AA;
}
.TagClassName
{
border-color: #0F26AA;
}
</style>