Shades of Navy Blue #135EE0
Tints of Navy Blue #135EE0
RGB
CMYK
RGB Variations
Color information
#135EE0 (or 0x135EE0) is known color: Navy Blue. HEX triplet: 13, 5E and E0. RGB value is (19,94,224). Sum of RGB (Red+Green+Blue) = 19+94+224=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #135EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EE0 is #ECA11F. Grayscale: #555555. Windows color (decimal): -15507744 or 14704147. OLE color: 14704147.
HSL color Cylindrical-coordinate representation of color #135EE0: hue angle of 218.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EE0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 94 | 224 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.12 |
| HSL | 218.05º | 0.84% | 0.48% | - |
| HSV(B) | 218.05º | 0.92% | 0.88% | - |
| XYZ | 17.73 | 13.53 | 72.2 | - |
| YUV | 86.4 | 205.65 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 224 | 0.92 | 0.58 | 0 | 0.12 | 218.05 | 0.84 | 0.48 |
| Hex | 13 | 5E | E0 | 5C | 3A | 0 | C | DA | 54 | 30 |
| Octal | 23 | 136 | 340 | 134 | 72 | 0 | 14 | 332 | 124 | 60 |
| Binary | 10011 | 1011110 | 11100000 | 1011100 | 111010 | 0 | 1100 | 11011010 | 1010100 | 110000 |
Color Harmonies of #135EE0
Complementary color
Monochromatic Colors of #135EE0
Black with #135EE0
Text Example
Text Example
White with #135EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EE0; }
p { color: rgb(19,94,224); }
H1.HeaderClassName
{
color: #135EE0;
}
.AnyTagClassName
{
color: #135EE0;
}
</style>
background-color css
<style>
a { background-color: #135EE0; }
a { background-color: rgb(19,94,224); }
div.DivClassName
{
background-color: #135EE0;
}
.BgClassName
{
background-color: #135EE0;
}
</style>
border-color css
<style>
span { border-color: #135EE0; }
span { border-color: rgb(19,94,224); }
td.TdClassName
{
border-color: #135EE0;
}
.TagClassName
{
border-color: #135EE0;
}
</style>