Shades of Navy Blue #135ED8
Tints of Navy Blue #135ED8
RGB
CMYK
RGB Variations
Color information
#135ED8 (or 0x135ED8) is known color: Navy Blue. HEX triplet: 13, 5E and D8. RGB value is (19,94,216). Sum of RGB (Red+Green+Blue) = 19+94+216=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 216 (84.77% from 255 or 65.65% from 329); Max value from RGB is 216 - color contains mainly: blue. Hex color #135ED8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ED8 is #ECA127. Grayscale: #545454. Windows color (decimal): -15507752 or 14179859. OLE color: 14179859.
HSL color Cylindrical-coordinate representation of color #135ED8: hue angle of 217.16º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ED8 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 94 | 216 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.15 |
| HSL | 217.16º | 0.84% | 0.46% | - |
| HSV(B) | 217.16º | 0.91% | 0.85% | - |
| XYZ | 16.67 | 13.1 | 66.62 | - |
| YUV | 85.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 216 | 0.91 | 0.56 | 0 | 0.15 | 217.16 | 0.84 | 0.46 |
| Hex | 13 | 5E | D8 | 5B | 38 | 0 | F | D9 | 54 | 2E |
| Octal | 23 | 136 | 330 | 133 | 70 | 0 | 17 | 331 | 124 | 56 |
| Binary | 10011 | 1011110 | 11011000 | 1011011 | 111000 | 0 | 1111 | 11011001 | 1010100 | 101110 |
Color Harmonies of #135ED8
Complementary color
Monochromatic Colors of #135ED8
Black with #135ED8
Text Example
Text Example
White with #135ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135ED8; }
p { color: rgb(19,94,216); }
H1.HeaderClassName
{
color: #135ED8;
}
.AnyTagClassName
{
color: #135ED8;
}
</style>
background-color css
<style>
a { background-color: #135ED8; }
a { background-color: rgb(19,94,216); }
div.DivClassName
{
background-color: #135ED8;
}
.BgClassName
{
background-color: #135ED8;
}
</style>
border-color css
<style>
span { border-color: #135ED8; }
span { border-color: rgb(19,94,216); }
td.TdClassName
{
border-color: #135ED8;
}
.TagClassName
{
border-color: #135ED8;
}
</style>