Shades of Egyptian Blue #123299
Tints of Egyptian Blue #123299
RGB
CMYK
RGB Variations
Color information
#123299 (or 0x123299) is known color: Egyptian Blue. HEX triplet: 12, 32 and 99. RGB value is (18,50,153). Sum of RGB (Red+Green+Blue) = 18+50+153=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #123299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #123299 is #EDCD66. Grayscale: #333333. Windows color (decimal): -15584615 or 10039826. OLE color: 10039826.
HSL color Cylindrical-coordinate representation of color #123299: hue angle of 225.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #123299 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 50 | 153 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.4 |
| HSL | 225.78º | 0.79% | 0.34% | - |
| HSV(B) | 225.78º | 0.88% | 0.6% | - |
| XYZ | 7.14 | 4.71 | 30.67 | - |
| YUV | 52.17 | 184.9 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 153 | 0.88 | 0.67 | 0 | 0.4 | 225.78 | 0.79 | 0.34 |
| Hex | 12 | 32 | 99 | 58 | 43 | 0 | 28 | E2 | 4F | 22 |
| Octal | 22 | 62 | 231 | 130 | 103 | 0 | 50 | 342 | 117 | 42 |
| Binary | 10010 | 110010 | 10011001 | 1011000 | 1000011 | 0 | 101000 | 11100010 | 1001111 | 100010 |
Color Harmonies of #123299
Complementary color
Monochromatic Colors of #123299
Black with #123299
Text Example
Text Example
White with #123299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123299; }
p { color: rgb(18,50,153); }
H1.HeaderClassName
{
color: #123299;
}
.AnyTagClassName
{
color: #123299;
}
</style>
background-color css
<style>
a { background-color: #123299; }
a { background-color: rgb(18,50,153); }
div.DivClassName
{
background-color: #123299;
}
.BgClassName
{
background-color: #123299;
}
</style>
border-color css
<style>
span { border-color: #123299; }
span { border-color: rgb(18,50,153); }
td.TdClassName
{
border-color: #123299;
}
.TagClassName
{
border-color: #123299;
}
</style>