Shades of Egyptian Blue #183DAC
Tints of Egyptian Blue #183DAC
RGB
CMYK
RGB Variations
Color information
#183DAC (or 0x183DAC) is known color: Egyptian Blue. HEX triplet: 18, 3D and AC. RGB value is (24,61,172). Sum of RGB (Red+Green+Blue) = 24+61+172=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #183DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183DAC is #E7C253. Grayscale: #3E3E3E. Windows color (decimal): -15188564 or 11287832. OLE color: 11287832.
HSL color Cylindrical-coordinate representation of color #183DAC: hue angle of 225º degrees, saturation: 0.76, 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 #183DAC is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 61 | 172 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.33 |
| HSL | 225º | 0.76% | 0.38% | - |
| HSV(B) | 225º | 0.86% | 0.67% | - |
| XYZ | 9.49 | 6.51 | 39.79 | - |
| YUV | 62.59 | 189.74 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 61 | 172 | 0.86 | 0.65 | 0 | 0.33 | 225 | 0.76 | 0.38 |
| Hex | 18 | 3D | AC | 56 | 41 | 0 | 21 | E1 | 4C | 26 |
| Octal | 30 | 75 | 254 | 126 | 101 | 0 | 41 | 341 | 114 | 46 |
| Binary | 11000 | 111101 | 10101100 | 1010110 | 1000001 | 0 | 100001 | 11100001 | 1001100 | 100110 |
Color Harmonies of #183DAC
Complementary color
Monochromatic Colors of #183DAC
Black with #183DAC
Text Example
Text Example
White with #183DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183DAC; }
p { color: rgb(24,61,172); }
H1.HeaderClassName
{
color: #183DAC;
}
.AnyTagClassName
{
color: #183DAC;
}
</style>
background-color css
<style>
a { background-color: #183DAC; }
a { background-color: rgb(24,61,172); }
div.DivClassName
{
background-color: #183DAC;
}
.BgClassName
{
background-color: #183DAC;
}
</style>
border-color css
<style>
span { border-color: #183DAC; }
span { border-color: rgb(24,61,172); }
td.TdClassName
{
border-color: #183DAC;
}
.TagClassName
{
border-color: #183DAC;
}
</style>