Shades of Egyptian Blue #152F9E
Tints of Egyptian Blue #152F9E
RGB
CMYK
RGB Variations
Color information
#152F9E (or 0x152F9E) is known color: Egyptian Blue. HEX triplet: 15, 2F and 9E. RGB value is (21,47,158). Sum of RGB (Red+Green+Blue) = 21+47+158=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 158 (62.11% from 255 or 69.91% from 226); Max value from RGB is 158 - color contains mainly: blue. Hex color #152F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #152F9E is #EAD061. Grayscale: #333333. Windows color (decimal): -15388770 or 10366741. OLE color: 10366741.
HSL color Cylindrical-coordinate representation of color #152F9E: hue angle of 228.61º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #152F9E is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 47 | 158 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.38 |
| HSL | 228.61º | 0.77% | 0.35% | - |
| HSV(B) | 228.61º | 0.87% | 0.62% | - |
| XYZ | 7.5 | 4.66 | 32.85 | - |
| YUV | 51.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 47 | 158 | 0.87 | 0.70 | 0 | 0.38 | 228.61 | 0.77 | 0.35 |
| Hex | 15 | 2F | 9E | 57 | 46 | 0 | 26 | E5 | 4D | 23 |
| Octal | 25 | 57 | 236 | 127 | 106 | 0 | 46 | 345 | 115 | 43 |
| Binary | 10101 | 101111 | 10011110 | 1010111 | 1000110 | 0 | 100110 | 11100101 | 1001101 | 100011 |
Color Harmonies of #152F9E
Complementary color
Monochromatic Colors of #152F9E
Black with #152F9E
Text Example
Text Example
White with #152F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152F9E; }
p { color: rgb(21,47,158); }
H1.HeaderClassName
{
color: #152F9E;
}
.AnyTagClassName
{
color: #152F9E;
}
</style>
background-color css
<style>
a { background-color: #152F9E; }
a { background-color: rgb(21,47,158); }
div.DivClassName
{
background-color: #152F9E;
}
.BgClassName
{
background-color: #152F9E;
}
</style>
border-color css
<style>
span { border-color: #152F9E; }
span { border-color: rgb(21,47,158); }
td.TdClassName
{
border-color: #152F9E;
}
.TagClassName
{
border-color: #152F9E;
}
</style>