Shades of Navy Blue #135BE0
Tints of Navy Blue #135BE0
RGB
CMYK
RGB Variations
Color information
#135BE0 (or 0x135BE0) is known color: Navy Blue. HEX triplet: 13, 5B and E0. RGB value is (19,91,224). Sum of RGB (Red+Green+Blue) = 19+91+224=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #135BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135BE0 is #ECA41F. Grayscale: #545454. Windows color (decimal): -15508512 or 14703379. OLE color: 14703379.
HSL color Cylindrical-coordinate representation of color #135BE0: hue angle of 218.93º 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 #135BE0 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 19 | 91 | 224 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.12 |
| HSL | 218.93º | 0.84% | 0.48% | - |
| HSV(B) | 218.93º | 0.92% | 0.88% | - |
| XYZ | 17.46 | 13 | 72.11 | - |
| YUV | 84.63 | 206.65 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 224 | 0.92 | 0.59 | 0 | 0.12 | 218.93 | 0.84 | 0.48 |
| Hex | 13 | 5B | E0 | 5C | 3B | 0 | C | DB | 54 | 30 |
| Octal | 23 | 133 | 340 | 134 | 73 | 0 | 14 | 333 | 124 | 60 |
| Binary | 10011 | 1011011 | 11100000 | 1011100 | 111011 | 0 | 1100 | 11011011 | 1010100 | 110000 |
Color Harmonies of #135BE0
Complementary color
Monochromatic Colors of #135BE0
Black with #135BE0
Text Example
Text Example
White with #135BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BE0; }
p { color: rgb(19,91,224); }
H1.HeaderClassName
{
color: #135BE0;
}
.AnyTagClassName
{
color: #135BE0;
}
</style>
background-color css
<style>
a { background-color: #135BE0; }
a { background-color: rgb(19,91,224); }
div.DivClassName
{
background-color: #135BE0;
}
.BgClassName
{
background-color: #135BE0;
}
</style>
border-color css
<style>
span { border-color: #135BE0; }
span { border-color: rgb(19,91,224); }
td.TdClassName
{
border-color: #135BE0;
}
.TagClassName
{
border-color: #135BE0;
}
</style>