Shades of Egyptian Blue #15399A
Tints of Egyptian Blue #15399A
RGB
CMYK
RGB Variations
Color information
#15399A (or 0x15399A) is known color: Egyptian Blue. HEX triplet: 15, 39 and 9A. RGB value is (21,57,154). Sum of RGB (Red+Green+Blue) = 21+57+154=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #15399A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15399A is #EAC665. Grayscale: #383838. Windows color (decimal): -15386214 or 10107157. OLE color: 10107157.
HSL color Cylindrical-coordinate representation of color #15399A: hue angle of 223.76º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15399A is Cyan = 0.86, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 21 | 57 | 154 | - |
| CMYK | 0.86 | 0.63 | 0 | 0.40 |
| HSL | 223.76º | 0.76% | 0.34% | - |
| HSV(B) | 223.76º | 0.86% | 0.6% | - |
| XYZ | 7.61 | 5.42 | 31.22 | - |
| YUV | 57.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 154 | 0.86 | 0.63 | 0 | 0.40 | 223.76 | 0.76 | 0.34 |
| Hex | 15 | 39 | 9A | 56 | 3F | 0 | 28 | E0 | 4C | 22 |
| Octal | 25 | 71 | 232 | 126 | 77 | 0 | 50 | 340 | 114 | 42 |
| Binary | 10101 | 111001 | 10011010 | 1010110 | 111111 | 0 | 101000 | 11100000 | 1001100 | 100010 |
Color Harmonies of #15399A
Complementary color
Monochromatic Colors of #15399A
Black with #15399A
Text Example
Text Example
White with #15399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15399A; }
p { color: rgb(21,57,154); }
H1.HeaderClassName
{
color: #15399A;
}
.AnyTagClassName
{
color: #15399A;
}
</style>
background-color css
<style>
a { background-color: #15399A; }
a { background-color: rgb(21,57,154); }
div.DivClassName
{
background-color: #15399A;
}
.BgClassName
{
background-color: #15399A;
}
</style>
border-color css
<style>
span { border-color: #15399A; }
span { border-color: rgb(21,57,154); }
td.TdClassName
{
border-color: #15399A;
}
.TagClassName
{
border-color: #15399A;
}
</style>