Shades of Egyptian Blue #1837AF
Tints of Egyptian Blue #1837AF
RGB
CMYK
RGB Variations
Color information
#1837AF (or 0x1837AF) is known color: Egyptian Blue. HEX triplet: 18, 37 and AF. RGB value is (24,55,175). Sum of RGB (Red+Green+Blue) = 24+55+175=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #1837AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1837AF is #E7C850. Grayscale: #3A3A3A. Windows color (decimal): -15190097 or 11482904. OLE color: 11482904.
HSL color Cylindrical-coordinate representation of color #1837AF: hue angle of 227.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1837AF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 55 | 175 | - |
| CMYK | 0.86 | 0.69 | 0 | 0.31 |
| HSL | 227.68º | 0.76% | 0.39% | - |
| HSV(B) | 227.68º | 0.86% | 0.69% | - |
| XYZ | 9.48 | 6.02 | 41.22 | - |
| YUV | 59.41 | 193.23 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 175 | 0.86 | 0.69 | 0 | 0.31 | 227.68 | 0.76 | 0.39 |
| Hex | 18 | 37 | AF | 56 | 45 | 0 | 1F | E4 | 4C | 27 |
| Octal | 30 | 67 | 257 | 126 | 105 | 0 | 37 | 344 | 114 | 47 |
| Binary | 11000 | 110111 | 10101111 | 1010110 | 1000101 | 0 | 11111 | 11100100 | 1001100 | 100111 |
Color Harmonies of #1837AF
Complementary color
Monochromatic Colors of #1837AF
Black with #1837AF
Text Example
Text Example
White with #1837AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1837AF; }
p { color: rgb(24,55,175); }
H1.HeaderClassName
{
color: #1837AF;
}
.AnyTagClassName
{
color: #1837AF;
}
</style>
background-color css
<style>
a { background-color: #1837AF; }
a { background-color: rgb(24,55,175); }
div.DivClassName
{
background-color: #1837AF;
}
.BgClassName
{
background-color: #1837AF;
}
</style>
border-color css
<style>
span { border-color: #1837AF; }
span { border-color: rgb(24,55,175); }
td.TdClassName
{
border-color: #1837AF;
}
.TagClassName
{
border-color: #1837AF;
}
</style>