Shades of Egyptian Blue #1F1FAB
Tints of Egyptian Blue #1F1FAB
RGB
CMYK
RGB Variations
Color information
#1F1FAB (or 0x1F1FAB) is known color: Egyptian Blue. HEX triplet: 1F, 1F and AB. RGB value is (31,31,171). Sum of RGB (Red+Green+Blue) = 31+31+171=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 31 (12.5% from 255 or 13.30% from 233); Blue value is 171 (67.19% from 255 or 73.39% from 233); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F1FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1FAB is #E0E054. Grayscale: #2E2E2E. Windows color (decimal): -14737493 or 11214623. OLE color: 11214623.
HSL color Cylindrical-coordinate representation of color #1F1FAB: hue angle of 240º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F1FAB is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 31 | 171 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.33 |
| HSL | 240º | 0.69% | 0.4% | - |
| HSV(B) | 240º | 0.82% | 0.67% | - |
| XYZ | 8.41 | 4.21 | 38.9 | - |
| YUV | 46.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 31 | 171 | 0.82 | 0.82 | 0 | 0.33 | 240 | 0.69 | 0.4 |
| Hex | 1F | 1F | AB | 52 | 52 | 0 | 21 | F0 | 45 | 28 |
| Octal | 37 | 37 | 253 | 122 | 122 | 0 | 41 | 360 | 105 | 50 |
| Binary | 11111 | 11111 | 10101011 | 1010010 | 1010010 | 0 | 100001 | 11110000 | 1000101 | 101000 |
Color Harmonies of #1F1FAB
Complementary color
Monochromatic Colors of #1F1FAB
Black with #1F1FAB
Text Example
Text Example
White with #1F1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1FAB; }
p { color: rgb(31,31,171); }
H1.HeaderClassName
{
color: #1F1FAB;
}
.AnyTagClassName
{
color: #1F1FAB;
}
</style>
background-color css
<style>
a { background-color: #1F1FAB; }
a { background-color: rgb(31,31,171); }
div.DivClassName
{
background-color: #1F1FAB;
}
.BgClassName
{
background-color: #1F1FAB;
}
</style>
border-color css
<style>
span { border-color: #1F1FAB; }
span { border-color: rgb(31,31,171); }
td.TdClassName
{
border-color: #1F1FAB;
}
.TagClassName
{
border-color: #1F1FAB;
}
</style>