Shades of Egyptian Blue #133C9F
Tints of Egyptian Blue #133C9F
RGB
CMYK
RGB Variations
Color information
#133C9F (or 0x133C9F) is known color: Egyptian Blue. HEX triplet: 13, 3C and 9F. RGB value is (19,60,159). Sum of RGB (Red+Green+Blue) = 19+60+159=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #133C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133C9F is #ECC360. Grayscale: #3A3A3A. Windows color (decimal): -15516513 or 10435603. OLE color: 10435603.
HSL color Cylindrical-coordinate representation of color #133C9F: hue angle of 222.43º 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 #133C9F is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 60 | 159 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.38 |
| HSL | 222.43º | 0.79% | 0.35% | - |
| HSV(B) | 222.43º | 0.88% | 0.62% | - |
| XYZ | 8.14 | 5.87 | 33.51 | - |
| YUV | 59.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 159 | 0.88 | 0.62 | 0 | 0.38 | 222.43 | 0.79 | 0.35 |
| Hex | 13 | 3C | 9F | 58 | 3E | 0 | 26 | DE | 4F | 23 |
| Octal | 23 | 74 | 237 | 130 | 76 | 0 | 46 | 336 | 117 | 43 |
| Binary | 10011 | 111100 | 10011111 | 1011000 | 111110 | 0 | 100110 | 11011110 | 1001111 | 100011 |
Color Harmonies of #133C9F
Complementary color
Monochromatic Colors of #133C9F
Black with #133C9F
Text Example
Text Example
White with #133C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133C9F; }
p { color: rgb(19,60,159); }
H1.HeaderClassName
{
color: #133C9F;
}
.AnyTagClassName
{
color: #133C9F;
}
</style>
background-color css
<style>
a { background-color: #133C9F; }
a { background-color: rgb(19,60,159); }
div.DivClassName
{
background-color: #133C9F;
}
.BgClassName
{
background-color: #133C9F;
}
</style>
border-color css
<style>
span { border-color: #133C9F; }
span { border-color: rgb(19,60,159); }
td.TdClassName
{
border-color: #133C9F;
}
.TagClassName
{
border-color: #133C9F;
}
</style>