Shades of Egyptian Blue #0F299B
Tints of Egyptian Blue #0F299B
RGB
CMYK
RGB Variations
Color information
#0F299B (or 0x0F299B) is known color: Egyptian Blue. HEX triplet: 0F, 29 and 9B. RGB value is (15,41,155). Sum of RGB (Red+Green+Blue) = 15+41+155=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F299B is #F0D664. Grayscale: #2D2D2D. Windows color (decimal): -15783525 or 10168591. OLE color: 10168591.
HSL color Cylindrical-coordinate representation of color #0F299B: hue angle of 228.86º 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 #0F299B is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 41 | 155 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.39 |
| HSL | 228.86º | 0.82% | 0.33% | - |
| HSV(B) | 228.86º | 0.9% | 0.61% | - |
| XYZ | 6.91 | 4.05 | 31.43 | - |
| YUV | 46.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 155 | 0.90 | 0.74 | 0 | 0.39 | 228.86 | 0.82 | 0.33 |
| Hex | F | 29 | 9B | 5A | 4A | 0 | 27 | E5 | 52 | 21 |
| Octal | 17 | 51 | 233 | 132 | 112 | 0 | 47 | 345 | 122 | 41 |
| Binary | 1111 | 101001 | 10011011 | 1011010 | 1001010 | 0 | 100111 | 11100101 | 1010010 | 100001 |
Color Harmonies of #0F299B
Complementary color
Monochromatic Colors of #0F299B
Black with #0F299B
Text Example
Text Example
White with #0F299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F299B; }
p { color: rgb(15,41,155); }
H1.HeaderClassName
{
color: #0F299B;
}
.AnyTagClassName
{
color: #0F299B;
}
</style>
background-color css
<style>
a { background-color: #0F299B; }
a { background-color: rgb(15,41,155); }
div.DivClassName
{
background-color: #0F299B;
}
.BgClassName
{
background-color: #0F299B;
}
</style>
border-color css
<style>
span { border-color: #0F299B; }
span { border-color: rgb(15,41,155); }
td.TdClassName
{
border-color: #0F299B;
}
.TagClassName
{
border-color: #0F299B;
}
</style>