Shades of Egyptian Blue #183DA1
Tints of Egyptian Blue #183DA1
RGB
CMYK
RGB Variations
Color information
#183DA1 (or 0x183DA1) is known color: Egyptian Blue. HEX triplet: 18, 3D and A1. RGB value is (24,61,161). Sum of RGB (Red+Green+Blue) = 24+61+161=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 161 (63.28% from 255 or 65.45% from 246); Max value from RGB is 161 - color contains mainly: blue. Hex color #183DA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DA1 is #E7C25E. Grayscale: #3C3C3C. Windows color (decimal): -15188575 or 10566936. OLE color: 10566936.
HSL color Cylindrical-coordinate representation of color #183DA1: hue angle of 223.8º 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 #183DA1 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 61 | 161 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.37 |
| HSL | 223.8º | 0.74% | 0.36% | - |
| HSV(B) | 223.8º | 0.85% | 0.63% | - |
| XYZ | 8.48 | 6.1 | 34.45 | - |
| YUV | 61.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 161 | 0.85 | 0.62 | 0 | 0.37 | 223.8 | 0.74 | 0.36 |
| Hex | 18 | 3D | A1 | 55 | 3E | 0 | 25 | E0 | 4A | 24 |
| Octal | 30 | 75 | 241 | 125 | 76 | 0 | 45 | 340 | 112 | 44 |
| Binary | 11000 | 111101 | 10100001 | 1010101 | 111110 | 0 | 100101 | 11100000 | 1001010 | 100100 |
Color Harmonies of #183DA1
Complementary color
Monochromatic Colors of #183DA1
Black with #183DA1
Text Example
Text Example
White with #183DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DA1; }
p { color: rgb(24,61,161); }
H1.HeaderClassName
{
color: #183DA1;
}
.AnyTagClassName
{
color: #183DA1;
}
</style>
background-color css
<style>
a { background-color: #183DA1; }
a { background-color: rgb(24,61,161); }
div.DivClassName
{
background-color: #183DA1;
}
.BgClassName
{
background-color: #183DA1;
}
</style>
border-color css
<style>
span { border-color: #183DA1; }
span { border-color: rgb(24,61,161); }
td.TdClassName
{
border-color: #183DA1;
}
.TagClassName
{
border-color: #183DA1;
}
</style>