Shades of Egyptian Blue #183BA0
Tints of Egyptian Blue #183BA0
RGB
CMYK
RGB Variations
Color information
#183BA0 (or 0x183BA0) is known color: Egyptian Blue. HEX triplet: 18, 3B and A0. RGB value is (24,59,160). Sum of RGB (Red+Green+Blue) = 24+59+160=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #183BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA0 is #E7C45F. Grayscale: #3B3B3B. Windows color (decimal): -15189088 or 10500888. OLE color: 10500888.
HSL color Cylindrical-coordinate representation of color #183BA0: hue angle of 224.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #183BA0 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 59 | 160 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.37 |
| HSL | 224.56º | 0.74% | 0.36% | - |
| HSV(B) | 224.56º | 0.85% | 0.63% | - |
| XYZ | 8.29 | 5.86 | 33.95 | - |
| YUV | 60.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 160 | 0.85 | 0.63 | 0 | 0.37 | 224.56 | 0.74 | 0.36 |
| Hex | 18 | 3B | A0 | 55 | 3F | 0 | 25 | E1 | 4A | 24 |
| Octal | 30 | 73 | 240 | 125 | 77 | 0 | 45 | 341 | 112 | 44 |
| Binary | 11000 | 111011 | 10100000 | 1010101 | 111111 | 0 | 100101 | 11100001 | 1001010 | 100100 |
Color Harmonies of #183BA0
Complementary color
Monochromatic Colors of #183BA0
Black with #183BA0
Text Example
Text Example
White with #183BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BA0; }
p { color: rgb(24,59,160); }
H1.HeaderClassName
{
color: #183BA0;
}
.AnyTagClassName
{
color: #183BA0;
}
</style>
background-color css
<style>
a { background-color: #183BA0; }
a { background-color: rgb(24,59,160); }
div.DivClassName
{
background-color: #183BA0;
}
.BgClassName
{
background-color: #183BA0;
}
</style>
border-color css
<style>
span { border-color: #183BA0; }
span { border-color: rgb(24,59,160); }
td.TdClassName
{
border-color: #183BA0;
}
.TagClassName
{
border-color: #183BA0;
}
</style>