Shades of Egyptian Blue #133D9F
Tints of Egyptian Blue #133D9F
RGB
CMYK
RGB Variations
Color information
#133D9F (or 0x133D9F) is known color: Egyptian Blue. HEX triplet: 13, 3D and 9F. RGB value is (19,61,159). Sum of RGB (Red+Green+Blue) = 19+61+159=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #133D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133D9F is #ECC260. Grayscale: #3B3B3B. Windows color (decimal): -15516257 or 10435859. OLE color: 10435859.
HSL color Cylindrical-coordinate representation of color #133D9F: hue angle of 222º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #133D9F is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 61 | 159 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.38 |
| HSL | 222º | 0.79% | 0.35% | - |
| HSV(B) | 222º | 0.88% | 0.62% | - |
| XYZ | 8.2 | 5.98 | 33.52 | - |
| YUV | 59.61 | 184.09 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 159 | 0.88 | 0.62 | 0 | 0.38 | 222 | 0.79 | 0.35 |
| Hex | 13 | 3D | 9F | 58 | 3E | 0 | 26 | DE | 4F | 23 |
| Octal | 23 | 75 | 237 | 130 | 76 | 0 | 46 | 336 | 117 | 43 |
| Binary | 10011 | 111101 | 10011111 | 1011000 | 111110 | 0 | 100110 | 11011110 | 1001111 | 100011 |
Color Harmonies of #133D9F
Complementary color
Monochromatic Colors of #133D9F
Black with #133D9F
Text Example
Text Example
White with #133D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D9F; }
p { color: rgb(19,61,159); }
H1.HeaderClassName
{
color: #133D9F;
}
.AnyTagClassName
{
color: #133D9F;
}
</style>
background-color css
<style>
a { background-color: #133D9F; }
a { background-color: rgb(19,61,159); }
div.DivClassName
{
background-color: #133D9F;
}
.BgClassName
{
background-color: #133D9F;
}
</style>
border-color css
<style>
span { border-color: #133D9F; }
span { border-color: rgb(19,61,159); }
td.TdClassName
{
border-color: #133D9F;
}
.TagClassName
{
border-color: #133D9F;
}
</style>