Shades of Egyptian Blue #133FAD
Tints of Egyptian Blue #133FAD
RGB
CMYK
RGB Variations
Color information
#133FAD (or 0x133FAD) is known color: Egyptian Blue. HEX triplet: 13, 3F and AD. RGB value is (19,63,173). Sum of RGB (Red+Green+Blue) = 19+63+173=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #133FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FAD is #ECC052. Grayscale: #3D3D3D. Windows color (decimal): -15515731 or 11353875. OLE color: 11353875.
HSL color Cylindrical-coordinate representation of color #133FAD: hue angle of 222.86º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133FAD is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 63 | 173 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.32 |
| HSL | 222.86º | 0.8% | 0.38% | - |
| HSV(B) | 222.86º | 0.89% | 0.68% | - |
| XYZ | 9.59 | 6.71 | 40.33 | - |
| YUV | 62.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 173 | 0.89 | 0.64 | 0 | 0.32 | 222.86 | 0.8 | 0.38 |
| Hex | 13 | 3F | AD | 59 | 40 | 0 | 20 | DF | 50 | 26 |
| Octal | 23 | 77 | 255 | 131 | 100 | 0 | 40 | 337 | 120 | 46 |
| Binary | 10011 | 111111 | 10101101 | 1011001 | 1000000 | 0 | 100000 | 11011111 | 1010000 | 100110 |
Color Harmonies of #133FAD
Complementary color
Monochromatic Colors of #133FAD
Black with #133FAD
Text Example
Text Example
White with #133FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FAD; }
p { color: rgb(19,63,173); }
H1.HeaderClassName
{
color: #133FAD;
}
.AnyTagClassName
{
color: #133FAD;
}
</style>
background-color css
<style>
a { background-color: #133FAD; }
a { background-color: rgb(19,63,173); }
div.DivClassName
{
background-color: #133FAD;
}
.BgClassName
{
background-color: #133FAD;
}
</style>
border-color css
<style>
span { border-color: #133FAD; }
span { border-color: rgb(19,63,173); }
td.TdClassName
{
border-color: #133FAD;
}
.TagClassName
{
border-color: #133FAD;
}
</style>