Shades of Egyptian Blue #181FA4
Tints of Egyptian Blue #181FA4
RGB
CMYK
RGB Variations
Color information
#181FA4 (or 0x181FA4) is known color: Egyptian Blue. HEX triplet: 18, 1F and A4. RGB value is (24,31,164). Sum of RGB (Red+Green+Blue) = 24+31+164=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 164 (64.45% from 255 or 74.89% from 219); Max value from RGB is 164 - color contains mainly: blue. Hex color #181FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #181FA4 is #E7E05B. Grayscale: #2B2B2B. Windows color (decimal): -15196252 or 10755864. OLE color: 10755864.
HSL color Cylindrical-coordinate representation of color #181FA4: hue angle of 237º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181FA4 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 31 | 164 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.36 |
| HSL | 237º | 0.74% | 0.37% | - |
| HSV(B) | 237º | 0.85% | 0.64% | - |
| XYZ | 7.57 | 3.85 | 35.47 | - |
| YUV | 44.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 164 | 0.85 | 0.81 | 0 | 0.36 | 237 | 0.74 | 0.37 |
| Hex | 18 | 1F | A4 | 55 | 51 | 0 | 24 | ED | 4A | 25 |
| Octal | 30 | 37 | 244 | 125 | 121 | 0 | 44 | 355 | 112 | 45 |
| Binary | 11000 | 11111 | 10100100 | 1010101 | 1010001 | 0 | 100100 | 11101101 | 1001010 | 100101 |
Color Harmonies of #181FA4
Complementary color
Monochromatic Colors of #181FA4
Black with #181FA4
Text Example
Text Example
White with #181FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FA4; }
p { color: rgb(24,31,164); }
H1.HeaderClassName
{
color: #181FA4;
}
.AnyTagClassName
{
color: #181FA4;
}
</style>
background-color css
<style>
a { background-color: #181FA4; }
a { background-color: rgb(24,31,164); }
div.DivClassName
{
background-color: #181FA4;
}
.BgClassName
{
background-color: #181FA4;
}
</style>
border-color css
<style>
span { border-color: #181FA4; }
span { border-color: rgb(24,31,164); }
td.TdClassName
{
border-color: #181FA4;
}
.TagClassName
{
border-color: #181FA4;
}
</style>