Shades of Egyptian Blue #123597
Tints of Egyptian Blue #123597
RGB
CMYK
RGB Variations
Color information
#123597 (or 0x123597) is known color: Egyptian Blue. HEX triplet: 12, 35 and 97. RGB value is (18,53,151). Sum of RGB (Red+Green+Blue) = 18+53+151=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #123597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123597 is #EDCA68. Grayscale: #353535. Windows color (decimal): -15583849 or 9909522. OLE color: 9909522.
HSL color Cylindrical-coordinate representation of color #123597: hue angle of 224.21º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123597 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 53 | 151 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.41 |
| HSL | 224.21º | 0.79% | 0.33% | - |
| HSV(B) | 224.21º | 0.88% | 0.59% | - |
| XYZ | 7.11 | 4.91 | 29.85 | - |
| YUV | 53.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 151 | 0.88 | 0.65 | 0 | 0.41 | 224.21 | 0.79 | 0.33 |
| Hex | 12 | 35 | 97 | 58 | 41 | 0 | 29 | E0 | 4F | 21 |
| Octal | 22 | 65 | 227 | 130 | 101 | 0 | 51 | 340 | 117 | 41 |
| Binary | 10010 | 110101 | 10010111 | 1011000 | 1000001 | 0 | 101001 | 11100000 | 1001111 | 100001 |
Color Harmonies of #123597
Complementary color
Monochromatic Colors of #123597
Black with #123597
Text Example
Text Example
White with #123597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123597; }
p { color: rgb(18,53,151); }
H1.HeaderClassName
{
color: #123597;
}
.AnyTagClassName
{
color: #123597;
}
</style>
background-color css
<style>
a { background-color: #123597; }
a { background-color: rgb(18,53,151); }
div.DivClassName
{
background-color: #123597;
}
.BgClassName
{
background-color: #123597;
}
</style>
border-color css
<style>
span { border-color: #123597; }
span { border-color: rgb(18,53,151); }
td.TdClassName
{
border-color: #123597;
}
.TagClassName
{
border-color: #123597;
}
</style>