Shades of Egyptian Blue #1F21A5
Tints of Egyptian Blue #1F21A5
RGB
CMYK
RGB Variations
Color information
#1F21A5 (or 0x1F21A5) is known color: Egyptian Blue. HEX triplet: 1F, 21 and A5. RGB value is (31,33,165). Sum of RGB (Red+Green+Blue) = 31+33+165=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 165 (64.84% from 255 or 72.05% from 229); Max value from RGB is 165 - color contains mainly: blue. Hex color #1F21A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F21A5 is #E0DE5A. Grayscale: #2E2E2E. Windows color (decimal): -14736987 or 10821919. OLE color: 10821919.
HSL color Cylindrical-coordinate representation of color #1F21A5: hue angle of 239.1º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F21A5 is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 33 | 165 | - |
| CMYK | 0.81 | 0.8 | 0 | 0.35 |
| HSL | 239.1º | 0.68% | 0.38% | - |
| HSV(B) | 239.1º | 0.81% | 0.65% | - |
| XYZ | 7.9 | 4.1 | 35.97 | - |
| YUV | 47.45 | 194.34 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 33 | 165 | 0.81 | 0.8 | 0 | 0.35 | 239.1 | 0.68 | 0.38 |
| Hex | 1F | 21 | A5 | 51 | 50 | 0 | 23 | EF | 44 | 26 |
| Octal | 37 | 41 | 245 | 121 | 120 | 0 | 43 | 357 | 104 | 46 |
| Binary | 11111 | 100001 | 10100101 | 1010001 | 1010000 | 0 | 100011 | 11101111 | 1000100 | 100110 |
Color Harmonies of #1F21A5
Complementary color
Monochromatic Colors of #1F21A5
Black with #1F21A5
Text Example
Text Example
White with #1F21A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F21A5; }
p { color: rgb(31,33,165); }
H1.HeaderClassName
{
color: #1F21A5;
}
.AnyTagClassName
{
color: #1F21A5;
}
</style>
background-color css
<style>
a { background-color: #1F21A5; }
a { background-color: rgb(31,33,165); }
div.DivClassName
{
background-color: #1F21A5;
}
.BgClassName
{
background-color: #1F21A5;
}
</style>
border-color css
<style>
span { border-color: #1F21A5; }
span { border-color: rgb(31,33,165); }
td.TdClassName
{
border-color: #1F21A5;
}
.TagClassName
{
border-color: #1F21A5;
}
</style>