Shades of Navy Blue #135EDD
Tints of Navy Blue #135EDD
RGB
CMYK
RGB Variations
Color information
#135EDD (or 0x135EDD) is known color: Navy Blue. HEX triplet: 13, 5E and DD. RGB value is (19,94,221). Sum of RGB (Red+Green+Blue) = 19+94+221=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #135EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EDD is #ECA122. Grayscale: #555555. Windows color (decimal): -15507747 or 14507539. OLE color: 14507539.
HSL color Cylindrical-coordinate representation of color #135EDD: hue angle of 217.72º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135EDD is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 94 | 221 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.13 |
| HSL | 217.72º | 0.84% | 0.47% | - |
| HSV(B) | 217.72º | 0.91% | 0.87% | - |
| XYZ | 17.32 | 13.36 | 70.07 | - |
| YUV | 86.05 | 204.15 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 221 | 0.91 | 0.57 | 0 | 0.13 | 217.72 | 0.84 | 0.47 |
| Hex | 13 | 5E | DD | 5B | 39 | 0 | D | DA | 54 | 2F |
| Octal | 23 | 136 | 335 | 133 | 71 | 0 | 15 | 332 | 124 | 57 |
| Binary | 10011 | 1011110 | 11011101 | 1011011 | 111001 | 0 | 1101 | 11011010 | 1010100 | 101111 |
Color Harmonies of #135EDD
Complementary color
Monochromatic Colors of #135EDD
Black with #135EDD
Text Example
Text Example
White with #135EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EDD; }
p { color: rgb(19,94,221); }
H1.HeaderClassName
{
color: #135EDD;
}
.AnyTagClassName
{
color: #135EDD;
}
</style>
background-color css
<style>
a { background-color: #135EDD; }
a { background-color: rgb(19,94,221); }
div.DivClassName
{
background-color: #135EDD;
}
.BgClassName
{
background-color: #135EDD;
}
</style>
border-color css
<style>
span { border-color: #135EDD; }
span { border-color: rgb(19,94,221); }
td.TdClassName
{
border-color: #135EDD;
}
.TagClassName
{
border-color: #135EDD;
}
</style>