Shades of Egyptian Blue #183BA1
Tints of Egyptian Blue #183BA1
RGB
CMYK
RGB Variations
Color information
#183BA1 (or 0x183BA1) is known color: Egyptian Blue. HEX triplet: 18, 3B and A1. RGB value is (24,59,161). Sum of RGB (Red+Green+Blue) = 24+59+161=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 161 (63.28% from 255 or 65.98% from 244); Max value from RGB is 161 - color contains mainly: blue. Hex color #183BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183BA1 is #E7C45E. Grayscale: #3B3B3B. Windows color (decimal): -15189087 or 10566424. OLE color: 10566424.
HSL color Cylindrical-coordinate representation of color #183BA1: hue angle of 224.67º 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 #183BA1 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 59 | 161 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.37 |
| HSL | 224.67º | 0.74% | 0.36% | - |
| HSV(B) | 224.67º | 0.85% | 0.63% | - |
| XYZ | 8.37 | 5.9 | 34.41 | - |
| YUV | 60.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 59 | 161 | 0.85 | 0.63 | 0 | 0.37 | 224.67 | 0.74 | 0.36 |
| Hex | 18 | 3B | A1 | 55 | 3F | 0 | 25 | E1 | 4A | 24 |
| Octal | 30 | 73 | 241 | 125 | 77 | 0 | 45 | 341 | 112 | 44 |
| Binary | 11000 | 111011 | 10100001 | 1010101 | 111111 | 0 | 100101 | 11100001 | 1001010 | 100100 |
Color Harmonies of #183BA1
Complementary color
Monochromatic Colors of #183BA1
Black with #183BA1
Text Example
Text Example
White with #183BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183BA1; }
p { color: rgb(24,59,161); }
H1.HeaderClassName
{
color: #183BA1;
}
.AnyTagClassName
{
color: #183BA1;
}
</style>
background-color css
<style>
a { background-color: #183BA1; }
a { background-color: rgb(24,59,161); }
div.DivClassName
{
background-color: #183BA1;
}
.BgClassName
{
background-color: #183BA1;
}
</style>
border-color css
<style>
span { border-color: #183BA1; }
span { border-color: rgb(24,59,161); }
td.TdClassName
{
border-color: #183BA1;
}
.TagClassName
{
border-color: #183BA1;
}
</style>