Shades of Egyptian Blue #16389A
Tints of Egyptian Blue #16389A
RGB
CMYK
RGB Variations
Color information
#16389A (or 0x16389A) is known color: Egyptian Blue. HEX triplet: 16, 38 and 9A. RGB value is (22,56,154). Sum of RGB (Red+Green+Blue) = 22+56+154=232 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.48% from 232); Green value is 56 (22.27% from 255 or 24.14% 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 #16389A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #16389A is #E9C765. Grayscale: #383838. Windows color (decimal): -15320934 or 10106902. OLE color: 10106902.
HSL color Cylindrical-coordinate representation of color #16389A: hue angle of 224.55º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16389A is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 22 | 56 | 154 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.40 |
| HSL | 224.55º | 0.75% | 0.35% | - |
| HSV(B) | 224.55º | 0.86% | 0.6% | - |
| XYZ | 7.58 | 5.33 | 31.2 | - |
| YUV | 57.01 | 182.74 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 154 | 0.86 | 0.64 | 0 | 0.40 | 224.55 | 0.75 | 0.35 |
| Hex | 16 | 38 | 9A | 56 | 40 | 0 | 28 | E1 | 4B | 23 |
| Octal | 26 | 70 | 232 | 126 | 100 | 0 | 50 | 341 | 113 | 43 |
| Binary | 10110 | 111000 | 10011010 | 1010110 | 1000000 | 0 | 101000 | 11100001 | 1001011 | 100011 |
Color Harmonies of #16389A
Complementary color
Monochromatic Colors of #16389A
Black with #16389A
Text Example
Text Example
White with #16389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16389A; }
p { color: rgb(22,56,154); }
H1.HeaderClassName
{
color: #16389A;
}
.AnyTagClassName
{
color: #16389A;
}
</style>
background-color css
<style>
a { background-color: #16389A; }
a { background-color: rgb(22,56,154); }
div.DivClassName
{
background-color: #16389A;
}
.BgClassName
{
background-color: #16389A;
}
</style>
border-color css
<style>
span { border-color: #16389A; }
span { border-color: rgb(22,56,154); }
td.TdClassName
{
border-color: #16389A;
}
.TagClassName
{
border-color: #16389A;
}
</style>