Shades of Egyptian Blue #0F25AC
Tints of Egyptian Blue #0F25AC
RGB
CMYK
RGB Variations
Color information
#0F25AC (or 0x0F25AC) is known color: Egyptian Blue. HEX triplet: 0F, 25 and AC. RGB value is (15,37,172). Sum of RGB (Red+Green+Blue) = 15+37+172=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F25AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F25AC is #F0DA53. Grayscale: #2D2D2D. Windows color (decimal): -15784532 or 11281679. OLE color: 11281679.
HSL color Cylindrical-coordinate representation of color #0F25AC: hue angle of 231.59º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F25AC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 37 | 172 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.33 |
| HSL | 231.59º | 0.84% | 0.37% | - |
| HSV(B) | 231.59º | 0.91% | 0.67% | - |
| XYZ | 8.3 | 4.4 | 39.44 | - |
| YUV | 45.81 | 199.21 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 172 | 0.91 | 0.78 | 0 | 0.33 | 231.59 | 0.84 | 0.37 |
| Hex | F | 25 | AC | 5B | 4E | 0 | 21 | E8 | 54 | 25 |
| Octal | 17 | 45 | 254 | 133 | 116 | 0 | 41 | 350 | 124 | 45 |
| Binary | 1111 | 100101 | 10101100 | 1011011 | 1001110 | 0 | 100001 | 11101000 | 1010100 | 100101 |
Color Harmonies of #0F25AC
Complementary color
Monochromatic Colors of #0F25AC
Black with #0F25AC
Text Example
Text Example
White with #0F25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F25AC; }
p { color: rgb(15,37,172); }
H1.HeaderClassName
{
color: #0F25AC;
}
.AnyTagClassName
{
color: #0F25AC;
}
</style>
background-color css
<style>
a { background-color: #0F25AC; }
a { background-color: rgb(15,37,172); }
div.DivClassName
{
background-color: #0F25AC;
}
.BgClassName
{
background-color: #0F25AC;
}
</style>
border-color css
<style>
span { border-color: #0F25AC; }
span { border-color: rgb(15,37,172); }
td.TdClassName
{
border-color: #0F25AC;
}
.TagClassName
{
border-color: #0F25AC;
}
</style>