Shades of Egyptian Blue #183DAA
Tints of Egyptian Blue #183DAA
RGB
CMYK
RGB Variations
Color information
#183DAA (or 0x183DAA) is known color: Egyptian Blue. HEX triplet: 18, 3D and AA. RGB value is (24,61,170). Sum of RGB (Red+Green+Blue) = 24+61+170=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #183DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DAA is #E7C255. Grayscale: #3D3D3D. Windows color (decimal): -15188566 or 11156760. OLE color: 11156760.
HSL color Cylindrical-coordinate representation of color #183DAA: hue angle of 224.79º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #183DAA is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 61 | 170 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.33 |
| HSL | 224.79º | 0.75% | 0.38% | - |
| HSV(B) | 224.79º | 0.86% | 0.67% | - |
| XYZ | 9.3 | 6.43 | 38.78 | - |
| YUV | 62.36 | 188.74 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 170 | 0.86 | 0.64 | 0 | 0.33 | 224.79 | 0.75 | 0.38 |
| Hex | 18 | 3D | AA | 56 | 40 | 0 | 21 | E1 | 4B | 26 |
| Octal | 30 | 75 | 252 | 126 | 100 | 0 | 41 | 341 | 113 | 46 |
| Binary | 11000 | 111101 | 10101010 | 1010110 | 1000000 | 0 | 100001 | 11100001 | 1001011 | 100110 |
Color Harmonies of #183DAA
Complementary color
Monochromatic Colors of #183DAA
Black with #183DAA
Text Example
Text Example
White with #183DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DAA; }
p { color: rgb(24,61,170); }
H1.HeaderClassName
{
color: #183DAA;
}
.AnyTagClassName
{
color: #183DAA;
}
</style>
background-color css
<style>
a { background-color: #183DAA; }
a { background-color: rgb(24,61,170); }
div.DivClassName
{
background-color: #183DAA;
}
.BgClassName
{
background-color: #183DAA;
}
</style>
border-color css
<style>
span { border-color: #183DAA; }
span { border-color: rgb(24,61,170); }
td.TdClassName
{
border-color: #183DAA;
}
.TagClassName
{
border-color: #183DAA;
}
</style>