Shades of Egyptian Blue #0F2AAC
Tints of Egyptian Blue #0F2AAC
RGB
CMYK
RGB Variations
Color information
#0F2AAC (or 0x0F2AAC) is known color: Egyptian Blue. HEX triplet: 0F, 2A and AC. RGB value is (15,42,172). Sum of RGB (Red+Green+Blue) = 15+42+172=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 172 (67.58% from 255 or 75.11% from 229); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F2AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0F2AAC is #F0D553. Grayscale: #303030. Windows color (decimal): -15783252 or 11282959. OLE color: 11282959.
HSL color Cylindrical-coordinate representation of color #0F2AAC: hue angle of 229.68º 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 #0F2AAC is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 42 | 172 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.33 |
| HSL | 229.68º | 0.84% | 0.37% | - |
| HSV(B) | 229.68º | 0.91% | 0.67% | - |
| XYZ | 8.47 | 4.74 | 39.5 | - |
| YUV | 48.75 | 197.55 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 172 | 0.91 | 0.76 | 0 | 0.33 | 229.68 | 0.84 | 0.37 |
| Hex | F | 2A | AC | 5B | 4C | 0 | 21 | E6 | 54 | 25 |
| Octal | 17 | 52 | 254 | 133 | 114 | 0 | 41 | 346 | 124 | 45 |
| Binary | 1111 | 101010 | 10101100 | 1011011 | 1001100 | 0 | 100001 | 11100110 | 1010100 | 100101 |
Color Harmonies of #0F2AAC
Complementary color
Monochromatic Colors of #0F2AAC
Black with #0F2AAC
Text Example
Text Example
White with #0F2AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AAC; }
p { color: rgb(15,42,172); }
H1.HeaderClassName
{
color: #0F2AAC;
}
.AnyTagClassName
{
color: #0F2AAC;
}
</style>
background-color css
<style>
a { background-color: #0F2AAC; }
a { background-color: rgb(15,42,172); }
div.DivClassName
{
background-color: #0F2AAC;
}
.BgClassName
{
background-color: #0F2AAC;
}
</style>
border-color css
<style>
span { border-color: #0F2AAC; }
span { border-color: rgb(15,42,172); }
td.TdClassName
{
border-color: #0F2AAC;
}
.TagClassName
{
border-color: #0F2AAC;
}
</style>