Shades of Egyptian Blue #183BAE
Tints of Egyptian Blue #183BAE
RGB
CMYK
RGB Variations
Color information
#183BAE (or 0x183BAE) is known color: Egyptian Blue. HEX triplet: 18, 3B and AE. RGB value is (24,59,174). Sum of RGB (Red+Green+Blue) = 24+59+174=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #183BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BAE is #E7C451. Grayscale: #3D3D3D. Windows color (decimal): -15189074 or 11418392. OLE color: 11418392.
HSL color Cylindrical-coordinate representation of color #183BAE: hue angle of 226º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183BAE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 59 | 174 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.32 |
| HSL | 226º | 0.76% | 0.39% | - |
| HSV(B) | 226º | 0.86% | 0.68% | - |
| XYZ | 9.58 | 6.38 | 40.77 | - |
| YUV | 61.65 | 191.4 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 174 | 0.86 | 0.66 | 0 | 0.32 | 226 | 0.76 | 0.39 |
| Hex | 18 | 3B | AE | 56 | 42 | 0 | 20 | E2 | 4C | 27 |
| Octal | 30 | 73 | 256 | 126 | 102 | 0 | 40 | 342 | 114 | 47 |
| Binary | 11000 | 111011 | 10101110 | 1010110 | 1000010 | 0 | 100000 | 11100010 | 1001100 | 100111 |
Color Harmonies of #183BAE
Complementary color
Monochromatic Colors of #183BAE
Black with #183BAE
Text Example
Text Example
White with #183BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BAE; }
p { color: rgb(24,59,174); }
H1.HeaderClassName
{
color: #183BAE;
}
.AnyTagClassName
{
color: #183BAE;
}
</style>
background-color css
<style>
a { background-color: #183BAE; }
a { background-color: rgb(24,59,174); }
div.DivClassName
{
background-color: #183BAE;
}
.BgClassName
{
background-color: #183BAE;
}
</style>
border-color css
<style>
span { border-color: #183BAE; }
span { border-color: rgb(24,59,174); }
td.TdClassName
{
border-color: #183BAE;
}
.TagClassName
{
border-color: #183BAE;
}
</style>