Shades of Egyptian Blue #0F2DB6
Tints of Egyptian Blue #0F2DB6
RGB
CMYK
RGB Variations
Color information
#0F2DB6 (or 0x0F2DB6) is known color: Egyptian Blue. HEX triplet: 0F, 2D and B6. RGB value is (15,45,182). Sum of RGB (Red+Green+Blue) = 15+45+182=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 182 (71.48% from 255 or 75.21% from 242); Max value from RGB is 182 - color contains mainly: blue. Hex color #0F2DB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F2DB6 is #F0D249. Grayscale: #333333. Windows color (decimal): -15782474 or 11939087. OLE color: 11939087.
HSL color Cylindrical-coordinate representation of color #0F2DB6: hue angle of 229.22º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F2DB6 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 45 | 182 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.29 |
| HSL | 229.22º | 0.85% | 0.39% | - |
| HSV(B) | 229.22º | 0.92% | 0.71% | - |
| XYZ | 9.58 | 5.36 | 44.78 | - |
| YUV | 51.65 | 201.56 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 45 | 182 | 0.92 | 0.75 | 0 | 0.29 | 229.22 | 0.85 | 0.39 |
| Hex | F | 2D | B6 | 5C | 4B | 0 | 1D | E5 | 55 | 27 |
| Octal | 17 | 55 | 266 | 134 | 113 | 0 | 35 | 345 | 125 | 47 |
| Binary | 1111 | 101101 | 10110110 | 1011100 | 1001011 | 0 | 11101 | 11100101 | 1010101 | 100111 |
Color Harmonies of #0F2DB6
Complementary color
Monochromatic Colors of #0F2DB6
Black with #0F2DB6
Text Example
Text Example
White with #0F2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2DB6; }
p { color: rgb(15,45,182); }
H1.HeaderClassName
{
color: #0F2DB6;
}
.AnyTagClassName
{
color: #0F2DB6;
}
</style>
background-color css
<style>
a { background-color: #0F2DB6; }
a { background-color: rgb(15,45,182); }
div.DivClassName
{
background-color: #0F2DB6;
}
.BgClassName
{
background-color: #0F2DB6;
}
</style>
border-color css
<style>
span { border-color: #0F2DB6; }
span { border-color: rgb(15,45,182); }
td.TdClassName
{
border-color: #0F2DB6;
}
.TagClassName
{
border-color: #0F2DB6;
}
</style>