Shades of Egyptian Blue #0F259B
Tints of Egyptian Blue #0F259B
RGB
CMYK
RGB Variations
Color information
#0F259B (or 0x0F259B) is known color: Egyptian Blue. HEX triplet: 0F, 25 and 9B. RGB value is (15,37,155). Sum of RGB (Red+Green+Blue) = 15+37+155=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F259B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F259B is #F0DA64. Grayscale: #2B2B2B. Windows color (decimal): -15784549 or 10167567. OLE color: 10167567.
HSL color Cylindrical-coordinate representation of color #0F259B: hue angle of 230.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F259B is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 37 | 155 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.39 |
| HSL | 230.57º | 0.82% | 0.33% | - |
| HSV(B) | 230.57º | 0.9% | 0.61% | - |
| XYZ | 6.77 | 3.79 | 31.39 | - |
| YUV | 43.87 | 190.71 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 155 | 0.90 | 0.76 | 0 | 0.39 | 230.57 | 0.82 | 0.33 |
| Hex | F | 25 | 9B | 5A | 4C | 0 | 27 | E7 | 52 | 21 |
| Octal | 17 | 45 | 233 | 132 | 114 | 0 | 47 | 347 | 122 | 41 |
| Binary | 1111 | 100101 | 10011011 | 1011010 | 1001100 | 0 | 100111 | 11100111 | 1010010 | 100001 |
Color Harmonies of #0F259B
Complementary color
Monochromatic Colors of #0F259B
Black with #0F259B
Text Example
Text Example
White with #0F259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F259B; }
p { color: rgb(15,37,155); }
H1.HeaderClassName
{
color: #0F259B;
}
.AnyTagClassName
{
color: #0F259B;
}
</style>
background-color css
<style>
a { background-color: #0F259B; }
a { background-color: rgb(15,37,155); }
div.DivClassName
{
background-color: #0F259B;
}
.BgClassName
{
background-color: #0F259B;
}
</style>
border-color css
<style>
span { border-color: #0F259B; }
span { border-color: rgb(15,37,155); }
td.TdClassName
{
border-color: #0F259B;
}
.TagClassName
{
border-color: #0F259B;
}
</style>