Shades of Egyptian Blue #0F2BAD
Tints of Egyptian Blue #0F2BAD
RGB
CMYK
RGB Variations
Color information
#0F2BAD (or 0x0F2BAD) is known color: Egyptian Blue. HEX triplet: 0F, 2B and AD. RGB value is (15,43,173). Sum of RGB (Red+Green+Blue) = 15+43+173=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 173 (67.97% from 255 or 74.89% from 231); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F2BAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BAD is #F0D452. Grayscale: #303030. Windows color (decimal): -15782995 or 11348751. OLE color: 11348751.
HSL color Cylindrical-coordinate representation of color #0F2BAD: hue angle of 229.37º 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 #0F2BAD is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 43 | 173 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.32 |
| HSL | 229.37º | 0.84% | 0.37% | - |
| HSV(B) | 229.37º | 0.91% | 0.68% | - |
| XYZ | 8.6 | 4.85 | 40.02 | - |
| YUV | 49.45 | 197.72 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 173 | 0.91 | 0.75 | 0 | 0.32 | 229.37 | 0.84 | 0.37 |
| Hex | F | 2B | AD | 5B | 4B | 0 | 20 | E5 | 54 | 25 |
| Octal | 17 | 53 | 255 | 133 | 113 | 0 | 40 | 345 | 124 | 45 |
| Binary | 1111 | 101011 | 10101101 | 1011011 | 1001011 | 0 | 100000 | 11100101 | 1010100 | 100101 |
Color Harmonies of #0F2BAD
Complementary color
Monochromatic Colors of #0F2BAD
Black with #0F2BAD
Text Example
Text Example
White with #0F2BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BAD; }
p { color: rgb(15,43,173); }
H1.HeaderClassName
{
color: #0F2BAD;
}
.AnyTagClassName
{
color: #0F2BAD;
}
</style>
background-color css
<style>
a { background-color: #0F2BAD; }
a { background-color: rgb(15,43,173); }
div.DivClassName
{
background-color: #0F2BAD;
}
.BgClassName
{
background-color: #0F2BAD;
}
</style>
border-color css
<style>
span { border-color: #0F2BAD; }
span { border-color: rgb(15,43,173); }
td.TdClassName
{
border-color: #0F2BAD;
}
.TagClassName
{
border-color: #0F2BAD;
}
</style>