Shades of Egyptian Blue #182D9D
Tints of Egyptian Blue #182D9D
RGB
CMYK
RGB Variations
Color information
#182D9D (or 0x182D9D) is known color: Egyptian Blue. HEX triplet: 18, 2D and 9D. RGB value is (24,45,157). Sum of RGB (Red+Green+Blue) = 24+45+157=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #182D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182D9D is #E7D262. Grayscale: #333333. Windows color (decimal): -15192675 or 10300696. OLE color: 10300696.
HSL color Cylindrical-coordinate representation of color #182D9D: hue angle of 230.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #182D9D is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 24 | 45 | 157 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.38 |
| HSL | 230.53º | 0.73% | 0.35% | - |
| HSV(B) | 230.53º | 0.85% | 0.62% | - |
| XYZ | 7.4 | 4.51 | 32.38 | - |
| YUV | 51.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 45 | 157 | 0.85 | 0.71 | 0 | 0.38 | 230.53 | 0.73 | 0.35 |
| Hex | 18 | 2D | 9D | 55 | 47 | 0 | 26 | E7 | 49 | 23 |
| Octal | 30 | 55 | 235 | 125 | 107 | 0 | 46 | 347 | 111 | 43 |
| Binary | 11000 | 101101 | 10011101 | 1010101 | 1000111 | 0 | 100110 | 11100111 | 1001001 | 100011 |
Color Harmonies of #182D9D
Complementary color
Monochromatic Colors of #182D9D
Black with #182D9D
Text Example
Text Example
White with #182D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182D9D; }
p { color: rgb(24,45,157); }
H1.HeaderClassName
{
color: #182D9D;
}
.AnyTagClassName
{
color: #182D9D;
}
</style>
background-color css
<style>
a { background-color: #182D9D; }
a { background-color: rgb(24,45,157); }
div.DivClassName
{
background-color: #182D9D;
}
.BgClassName
{
background-color: #182D9D;
}
</style>
border-color css
<style>
span { border-color: #182D9D; }
span { border-color: rgb(24,45,157); }
td.TdClassName
{
border-color: #182D9D;
}
.TagClassName
{
border-color: #182D9D;
}
</style>