Shades of Egyptian Blue #0F25AE
Tints of Egyptian Blue #0F25AE
RGB
CMYK
RGB Variations
Color information
#0F25AE (or 0x0F25AE) is known color: Egyptian Blue. HEX triplet: 0F, 25 and AE. RGB value is (15,37,174). Sum of RGB (Red+Green+Blue) = 15+37+174=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 174 (68.36% from 255 or 76.99% from 226); Max value from RGB is 174 - color contains mainly: blue. Hex color #0F25AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F25AE is #F0DA51. Grayscale: #2D2D2D. Windows color (decimal): -15784530 or 11412751. OLE color: 11412751.
HSL color Cylindrical-coordinate representation of color #0F25AE: hue angle of 231.7º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F25AE is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 37 | 174 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.32 |
| HSL | 231.7º | 0.84% | 0.37% | - |
| HSV(B) | 231.7º | 0.91% | 0.68% | - |
| XYZ | 8.5 | 4.48 | 40.46 | - |
| YUV | 46.04 | 200.21 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 174 | 0.91 | 0.79 | 0 | 0.32 | 231.7 | 0.84 | 0.37 |
| Hex | F | 25 | AE | 5B | 4F | 0 | 20 | E8 | 54 | 25 |
| Octal | 17 | 45 | 256 | 133 | 117 | 0 | 40 | 350 | 124 | 45 |
| Binary | 1111 | 100101 | 10101110 | 1011011 | 1001111 | 0 | 100000 | 11101000 | 1010100 | 100101 |
Color Harmonies of #0F25AE
Complementary color
Monochromatic Colors of #0F25AE
Black with #0F25AE
Text Example
Text Example
White with #0F25AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F25AE; }
p { color: rgb(15,37,174); }
H1.HeaderClassName
{
color: #0F25AE;
}
.AnyTagClassName
{
color: #0F25AE;
}
</style>
background-color css
<style>
a { background-color: #0F25AE; }
a { background-color: rgb(15,37,174); }
div.DivClassName
{
background-color: #0F25AE;
}
.BgClassName
{
background-color: #0F25AE;
}
</style>
border-color css
<style>
span { border-color: #0F25AE; }
span { border-color: rgb(15,37,174); }
td.TdClassName
{
border-color: #0F25AE;
}
.TagClassName
{
border-color: #0F25AE;
}
</style>