Shades of Egyptian Blue #1631AF
Tints of Egyptian Blue #1631AF
RGB
CMYK
RGB Variations
Color information
#1631AF (or 0x1631AF) is known color: Egyptian Blue. HEX triplet: 16, 31 and AF. RGB value is (22,49,175). Sum of RGB (Red+Green+Blue) = 22+49+175=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #1631AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1631AF is #E9CE50. Grayscale: #363636. Windows color (decimal): -15322705 or 11481366. OLE color: 11481366.
HSL color Cylindrical-coordinate representation of color #1631AF: hue angle of 229.41º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1631AF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 49 | 175 | - |
| CMYK | 0.87 | 0.72 | 0 | 0.31 |
| HSL | 229.41º | 0.78% | 0.39% | - |
| HSV(B) | 229.41º | 0.87% | 0.69% | - |
| XYZ | 9.17 | 5.46 | 41.13 | - |
| YUV | 55.29 | 195.55 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 49 | 175 | 0.87 | 0.72 | 0 | 0.31 | 229.41 | 0.78 | 0.39 |
| Hex | 16 | 31 | AF | 57 | 48 | 0 | 1F | E5 | 4E | 27 |
| Octal | 26 | 61 | 257 | 127 | 110 | 0 | 37 | 345 | 116 | 47 |
| Binary | 10110 | 110001 | 10101111 | 1010111 | 1001000 | 0 | 11111 | 11100101 | 1001110 | 100111 |
Color Harmonies of #1631AF
Complementary color
Monochromatic Colors of #1631AF
Black with #1631AF
Text Example
Text Example
White with #1631AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1631AF; }
p { color: rgb(22,49,175); }
H1.HeaderClassName
{
color: #1631AF;
}
.AnyTagClassName
{
color: #1631AF;
}
</style>
background-color css
<style>
a { background-color: #1631AF; }
a { background-color: rgb(22,49,175); }
div.DivClassName
{
background-color: #1631AF;
}
.BgClassName
{
background-color: #1631AF;
}
</style>
border-color css
<style>
span { border-color: #1631AF; }
span { border-color: rgb(22,49,175); }
td.TdClassName
{
border-color: #1631AF;
}
.TagClassName
{
border-color: #1631AF;
}
</style>