Shades of Egyptian Blue #151FAC
Tints of Egyptian Blue #151FAC
RGB
CMYK
RGB Variations
Color information
#151FAC (or 0x151FAC) is known color: Egyptian Blue. HEX triplet: 15, 1F and AC. RGB value is (21,31,172). Sum of RGB (Red+Green+Blue) = 21+31+172=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 172 (67.58% from 255 or 76.79% from 224); Max value from RGB is 172 - color contains mainly: blue. Hex color #151FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #151FAC is #EAE053. Grayscale: #2B2B2B. Windows color (decimal): -15392852 or 11280149. OLE color: 11280149.
HSL color Cylindrical-coordinate representation of color #151FAC: hue angle of 236.03º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #151FAC is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 31 | 172 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.33 |
| HSL | 236.03º | 0.78% | 0.38% | - |
| HSV(B) | 236.03º | 0.88% | 0.67% | - |
| XYZ | 8.25 | 4.12 | 39.39 | - |
| YUV | 44.08 | 200.19 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 172 | 0.88 | 0.82 | 0 | 0.33 | 236.03 | 0.78 | 0.38 |
| Hex | 15 | 1F | AC | 58 | 52 | 0 | 21 | EC | 4E | 26 |
| Octal | 25 | 37 | 254 | 130 | 122 | 0 | 41 | 354 | 116 | 46 |
| Binary | 10101 | 11111 | 10101100 | 1011000 | 1010010 | 0 | 100001 | 11101100 | 1001110 | 100110 |
Color Harmonies of #151FAC
Complementary color
Monochromatic Colors of #151FAC
Black with #151FAC
Text Example
Text Example
White with #151FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151FAC; }
p { color: rgb(21,31,172); }
H1.HeaderClassName
{
color: #151FAC;
}
.AnyTagClassName
{
color: #151FAC;
}
</style>
background-color css
<style>
a { background-color: #151FAC; }
a { background-color: rgb(21,31,172); }
div.DivClassName
{
background-color: #151FAC;
}
.BgClassName
{
background-color: #151FAC;
}
</style>
border-color css
<style>
span { border-color: #151FAC; }
span { border-color: rgb(21,31,172); }
td.TdClassName
{
border-color: #151FAC;
}
.TagClassName
{
border-color: #151FAC;
}
</style>