Shades of Navy Blue #135EED
Tints of Navy Blue #135EED
RGB
CMYK
RGB Variations
Color information
#135EED (or 0x135EED) is known color: Navy Blue. HEX triplet: 13, 5E and ED. RGB value is (19,94,237). Sum of RGB (Red+Green+Blue) = 19+94+237=350 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.43% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #135EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EED is #ECA112. Grayscale: #575757. Windows color (decimal): -15507731 or 15556115. OLE color: 15556115.
HSL color Cylindrical-coordinate representation of color #135EED: hue angle of 219.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EED is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 94 | 237 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.07 |
| HSL | 219.36º | 0.86% | 0.5% | - |
| HSV(B) | 219.36º | 0.92% | 0.93% | - |
| XYZ | 19.56 | 14.26 | 81.84 | - |
| YUV | 87.88 | 212.15 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 237 | 0.92 | 0.60 | 0 | 0.07 | 219.36 | 0.86 | 0.5 |
| Hex | 13 | 5E | ED | 5C | 3C | 0 | 7 | DB | 56 | 32 |
| Octal | 23 | 136 | 355 | 134 | 74 | 0 | 7 | 333 | 126 | 62 |
| Binary | 10011 | 1011110 | 11101101 | 1011100 | 111100 | 0 | 111 | 11011011 | 1010110 | 110010 |
Color Harmonies of #135EED
Complementary color
Monochromatic Colors of #135EED
Black with #135EED
Text Example
Text Example
White with #135EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EED; }
p { color: rgb(19,94,237); }
H1.HeaderClassName
{
color: #135EED;
}
.AnyTagClassName
{
color: #135EED;
}
</style>
background-color css
<style>
a { background-color: #135EED; }
a { background-color: rgb(19,94,237); }
div.DivClassName
{
background-color: #135EED;
}
.BgClassName
{
background-color: #135EED;
}
</style>
border-color css
<style>
span { border-color: #135EED; }
span { border-color: rgb(19,94,237); }
td.TdClassName
{
border-color: #135EED;
}
.TagClassName
{
border-color: #135EED;
}
</style>