Shades of Egyptian Blue #133FAF
Tints of Egyptian Blue #133FAF
RGB
CMYK
RGB Variations
Color information
#133FAF (or 0x133FAF) is known color: Egyptian Blue. HEX triplet: 13, 3F and AF. RGB value is (19,63,175). Sum of RGB (Red+Green+Blue) = 19+63+175=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #133FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #133FAF is #ECC050. Grayscale: #3E3E3E. Windows color (decimal): -15515729 or 11484947. OLE color: 11484947.
HSL color Cylindrical-coordinate representation of color #133FAF: hue angle of 223.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #133FAF is Cyan = 0.89, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 63 | 175 | - |
| CMYK | 0.89 | 0.64 | 0 | 0.31 |
| HSL | 223.08º | 0.8% | 0.38% | - |
| HSV(B) | 223.08º | 0.89% | 0.69% | - |
| XYZ | 9.78 | 6.79 | 41.35 | - |
| YUV | 62.61 | 191.42 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 175 | 0.89 | 0.64 | 0 | 0.31 | 223.08 | 0.8 | 0.38 |
| Hex | 13 | 3F | AF | 59 | 40 | 0 | 1F | DF | 50 | 26 |
| Octal | 23 | 77 | 257 | 131 | 100 | 0 | 37 | 337 | 120 | 46 |
| Binary | 10011 | 111111 | 10101111 | 1011001 | 1000000 | 0 | 11111 | 11011111 | 1010000 | 100110 |
Color Harmonies of #133FAF
Complementary color
Monochromatic Colors of #133FAF
Black with #133FAF
Text Example
Text Example
White with #133FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FAF; }
p { color: rgb(19,63,175); }
H1.HeaderClassName
{
color: #133FAF;
}
.AnyTagClassName
{
color: #133FAF;
}
</style>
background-color css
<style>
a { background-color: #133FAF; }
a { background-color: rgb(19,63,175); }
div.DivClassName
{
background-color: #133FAF;
}
.BgClassName
{
background-color: #133FAF;
}
</style>
border-color css
<style>
span { border-color: #133FAF; }
span { border-color: rgb(19,63,175); }
td.TdClassName
{
border-color: #133FAF;
}
.TagClassName
{
border-color: #133FAF;
}
</style>