Shades of Egyptian Blue #133F98
Tints of Egyptian Blue #133F98
RGB
CMYK
RGB Variations
Color information
#133F98 (or 0x133F98) is known color: Egyptian Blue. HEX triplet: 13, 3F and 98. RGB value is (19,63,152). Sum of RGB (Red+Green+Blue) = 19+63+152=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #133F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133F98 is #ECC067. Grayscale: #3B3B3B. Windows color (decimal): -15515752 or 9977619. OLE color: 9977619.
HSL color Cylindrical-coordinate representation of color #133F98: hue angle of 220.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133F98 is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 63 | 152 | - |
| CMYK | 0.87 | 0.59 | 0 | 0.40 |
| HSL | 220.15º | 0.78% | 0.34% | - |
| HSV(B) | 220.15º | 0.88% | 0.6% | - |
| XYZ | 7.71 | 5.96 | 30.45 | - |
| YUV | 59.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 152 | 0.87 | 0.59 | 0 | 0.40 | 220.15 | 0.78 | 0.34 |
| Hex | 13 | 3F | 98 | 57 | 3B | 0 | 28 | DC | 4E | 22 |
| Octal | 23 | 77 | 230 | 127 | 73 | 0 | 50 | 334 | 116 | 42 |
| Binary | 10011 | 111111 | 10011000 | 1010111 | 111011 | 0 | 101000 | 11011100 | 1001110 | 100010 |
Color Harmonies of #133F98
Complementary color
Monochromatic Colors of #133F98
Black with #133F98
Text Example
Text Example
White with #133F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F98; }
p { color: rgb(19,63,152); }
H1.HeaderClassName
{
color: #133F98;
}
.AnyTagClassName
{
color: #133F98;
}
</style>
background-color css
<style>
a { background-color: #133F98; }
a { background-color: rgb(19,63,152); }
div.DivClassName
{
background-color: #133F98;
}
.BgClassName
{
background-color: #133F98;
}
</style>
border-color css
<style>
span { border-color: #133F98; }
span { border-color: rgb(19,63,152); }
td.TdClassName
{
border-color: #133F98;
}
.TagClassName
{
border-color: #133F98;
}
</style>