Shades of Egyptian Blue #183DA8
Tints of Egyptian Blue #183DA8
RGB
CMYK
RGB Variations
Color information
#183DA8 (or 0x183DA8) is known color: Egyptian Blue. HEX triplet: 18, 3D and A8. RGB value is (24,61,168). Sum of RGB (Red+Green+Blue) = 24+61+168=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 168 (66.02% from 255 or 66.40% from 253); Max value from RGB is 168 - color contains mainly: blue. Hex color #183DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DA8 is #E7C257. Grayscale: #3D3D3D. Windows color (decimal): -15188568 or 11025688. OLE color: 11025688.
HSL color Cylindrical-coordinate representation of color #183DA8: hue angle of 224.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183DA8 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 61 | 168 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.34 |
| HSL | 224.58º | 0.75% | 0.38% | - |
| HSV(B) | 224.58º | 0.86% | 0.66% | - |
| XYZ | 9.11 | 6.36 | 37.79 | - |
| YUV | 62.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 168 | 0.86 | 0.64 | 0 | 0.34 | 224.58 | 0.75 | 0.38 |
| Hex | 18 | 3D | A8 | 56 | 40 | 0 | 22 | E1 | 4B | 26 |
| Octal | 30 | 75 | 250 | 126 | 100 | 0 | 42 | 341 | 113 | 46 |
| Binary | 11000 | 111101 | 10101000 | 1010110 | 1000000 | 0 | 100010 | 11100001 | 1001011 | 100110 |
Color Harmonies of #183DA8
Complementary color
Monochromatic Colors of #183DA8
Black with #183DA8
Text Example
Text Example
White with #183DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DA8; }
p { color: rgb(24,61,168); }
H1.HeaderClassName
{
color: #183DA8;
}
.AnyTagClassName
{
color: #183DA8;
}
</style>
background-color css
<style>
a { background-color: #183DA8; }
a { background-color: rgb(24,61,168); }
div.DivClassName
{
background-color: #183DA8;
}
.BgClassName
{
background-color: #183DA8;
}
</style>
border-color css
<style>
span { border-color: #183DA8; }
span { border-color: rgb(24,61,168); }
td.TdClassName
{
border-color: #183DA8;
}
.TagClassName
{
border-color: #183DA8;
}
</style>