Shades of Egyptian Blue #1F1DAB
Tints of Egyptian Blue #1F1DAB
RGB
CMYK
RGB Variations
Color information
#1F1DAB (or 0x1F1DAB) is known color: Egyptian Blue. HEX triplet: 1F, 1D and AB. RGB value is (31,29,171). Sum of RGB (Red+Green+Blue) = 31+29+171=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F1DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1DAB is #E0E254. Grayscale: #2D2D2D. Windows color (decimal): -14738005 or 11214111. OLE color: 11214111.
HSL color Cylindrical-coordinate representation of color #1F1DAB: hue angle of 240.85º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1DAB is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 29 | 171 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.33 |
| HSL | 240.85º | 0.71% | 0.39% | - |
| HSV(B) | 240.85º | 0.83% | 0.67% | - |
| XYZ | 8.36 | 4.11 | 38.88 | - |
| YUV | 45.79 | 198.66 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 29 | 171 | 0.82 | 0.83 | 0 | 0.33 | 240.85 | 0.71 | 0.39 |
| Hex | 1F | 1D | AB | 52 | 53 | 0 | 21 | F1 | 47 | 27 |
| Octal | 37 | 35 | 253 | 122 | 123 | 0 | 41 | 361 | 107 | 47 |
| Binary | 11111 | 11101 | 10101011 | 1010010 | 1010011 | 0 | 100001 | 11110001 | 1000111 | 100111 |
Color Harmonies of #1F1DAB
Complementary color
Monochromatic Colors of #1F1DAB
Black with #1F1DAB
Text Example
Text Example
White with #1F1DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1DAB; }
p { color: rgb(31,29,171); }
H1.HeaderClassName
{
color: #1F1DAB;
}
.AnyTagClassName
{
color: #1F1DAB;
}
</style>
background-color css
<style>
a { background-color: #1F1DAB; }
a { background-color: rgb(31,29,171); }
div.DivClassName
{
background-color: #1F1DAB;
}
.BgClassName
{
background-color: #1F1DAB;
}
</style>
border-color css
<style>
span { border-color: #1F1DAB; }
span { border-color: rgb(31,29,171); }
td.TdClassName
{
border-color: #1F1DAB;
}
.TagClassName
{
border-color: #1F1DAB;
}
</style>