Shades of Egyptian Blue #0F2BAC
Tints of Egyptian Blue #0F2BAC
RGB
CMYK
RGB Variations
Color information
#0F2BAC (or 0x0F2BAC) is known color: Egyptian Blue. HEX triplet: 0F, 2B and AC. RGB value is (15,43,172). Sum of RGB (Red+Green+Blue) = 15+43+172=230 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.52% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 172 (67.58% from 255 or 74.78% from 230); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F2BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2BAC is #F0D453. Grayscale: #303030. Windows color (decimal): -15782996 or 11283215. OLE color: 11283215.
HSL color Cylindrical-coordinate representation of color #0F2BAC: hue angle of 229.3º 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 #0F2BAC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 43 | 172 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.33 |
| HSL | 229.3º | 0.84% | 0.37% | - |
| HSV(B) | 229.3º | 0.91% | 0.67% | - |
| XYZ | 8.51 | 4.81 | 39.51 | - |
| YUV | 49.33 | 197.22 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 172 | 0.91 | 0.75 | 0 | 0.33 | 229.3 | 0.84 | 0.37 |
| Hex | F | 2B | AC | 5B | 4B | 0 | 21 | E5 | 54 | 25 |
| Octal | 17 | 53 | 254 | 133 | 113 | 0 | 41 | 345 | 124 | 45 |
| Binary | 1111 | 101011 | 10101100 | 1011011 | 1001011 | 0 | 100001 | 11100101 | 1010100 | 100101 |
Color Harmonies of #0F2BAC
Complementary color
Monochromatic Colors of #0F2BAC
Black with #0F2BAC
Text Example
Text Example
White with #0F2BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BAC; }
p { color: rgb(15,43,172); }
H1.HeaderClassName
{
color: #0F2BAC;
}
.AnyTagClassName
{
color: #0F2BAC;
}
</style>
background-color css
<style>
a { background-color: #0F2BAC; }
a { background-color: rgb(15,43,172); }
div.DivClassName
{
background-color: #0F2BAC;
}
.BgClassName
{
background-color: #0F2BAC;
}
</style>
border-color css
<style>
span { border-color: #0F2BAC; }
span { border-color: rgb(15,43,172); }
td.TdClassName
{
border-color: #0F2BAC;
}
.TagClassName
{
border-color: #0F2BAC;
}
</style>