Shades of Egyptian Blue #1F339A
Tints of Egyptian Blue #1F339A
RGB
CMYK
RGB Variations
Color information
#1F339A (or 0x1F339A) is known color: Egyptian Blue. HEX triplet: 1F, 33 and 9A. RGB value is (31,51,154). Sum of RGB (Red+Green+Blue) = 31+51+154=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F339A is #E0CC65. Grayscale: #383838. Windows color (decimal): -14732390 or 10105631. OLE color: 10105631.
HSL color Cylindrical-coordinate representation of color #1F339A: hue angle of 230.24º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F339A is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 51 | 154 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.40 |
| HSL | 230.24º | 0.66% | 0.36% | - |
| HSV(B) | 230.24º | 0.8% | 0.6% | - |
| XYZ | 7.58 | 4.99 | 31.14 | - |
| YUV | 56.76 | 182.87 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 154 | 0.80 | 0.67 | 0 | 0.40 | 230.24 | 0.66 | 0.36 |
| Hex | 1F | 33 | 9A | 50 | 43 | 0 | 28 | E6 | 42 | 24 |
| Octal | 37 | 63 | 232 | 120 | 103 | 0 | 50 | 346 | 102 | 44 |
| Binary | 11111 | 110011 | 10011010 | 1010000 | 1000011 | 0 | 101000 | 11100110 | 1000010 | 100100 |
Color Harmonies of #1F339A
Complementary color
Monochromatic Colors of #1F339A
Black with #1F339A
Text Example
Text Example
White with #1F339A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F339A; }
p { color: rgb(31,51,154); }
H1.HeaderClassName
{
color: #1F339A;
}
.AnyTagClassName
{
color: #1F339A;
}
</style>
background-color css
<style>
a { background-color: #1F339A; }
a { background-color: rgb(31,51,154); }
div.DivClassName
{
background-color: #1F339A;
}
.BgClassName
{
background-color: #1F339A;
}
</style>
border-color css
<style>
span { border-color: #1F339A; }
span { border-color: rgb(31,51,154); }
td.TdClassName
{
border-color: #1F339A;
}
.TagClassName
{
border-color: #1F339A;
}
</style>