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