Shades of Egyptian Blue #183DA0
Tints of Egyptian Blue #183DA0
RGB
CMYK
RGB Variations
Color information
#183DA0 (or 0x183DA0) is known color: Egyptian Blue. HEX triplet: 18, 3D and A0. RGB value is (24,61,160). Sum of RGB (Red+Green+Blue) = 24+61+160=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 160 (62.89% from 255 or 65.31% from 245); Max value from RGB is 160 - color contains mainly: blue. Hex color #183DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DA0 is #E7C25F. Grayscale: #3C3C3C. Windows color (decimal): -15188576 or 10501400. OLE color: 10501400.
HSL color Cylindrical-coordinate representation of color #183DA0: hue angle of 223.68º 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 #183DA0 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 61 | 160 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.37 |
| HSL | 223.68º | 0.74% | 0.36% | - |
| HSV(B) | 223.68º | 0.85% | 0.63% | - |
| XYZ | 8.39 | 6.07 | 33.99 | - |
| YUV | 61.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 160 | 0.85 | 0.62 | 0 | 0.37 | 223.68 | 0.74 | 0.36 |
| Hex | 18 | 3D | A0 | 55 | 3E | 0 | 25 | E0 | 4A | 24 |
| Octal | 30 | 75 | 240 | 125 | 76 | 0 | 45 | 340 | 112 | 44 |
| Binary | 11000 | 111101 | 10100000 | 1010101 | 111110 | 0 | 100101 | 11100000 | 1001010 | 100100 |
Color Harmonies of #183DA0
Complementary color
Monochromatic Colors of #183DA0
Black with #183DA0
Text Example
Text Example
White with #183DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DA0; }
p { color: rgb(24,61,160); }
H1.HeaderClassName
{
color: #183DA0;
}
.AnyTagClassName
{
color: #183DA0;
}
</style>
background-color css
<style>
a { background-color: #183DA0; }
a { background-color: rgb(24,61,160); }
div.DivClassName
{
background-color: #183DA0;
}
.BgClassName
{
background-color: #183DA0;
}
</style>
border-color css
<style>
span { border-color: #183DA0; }
span { border-color: rgb(24,61,160); }
td.TdClassName
{
border-color: #183DA0;
}
.TagClassName
{
border-color: #183DA0;
}
</style>