Shades of Navy Blue #135EEC
Tints of Navy Blue #135EEC
RGB
CMYK
RGB Variations
Color information
#135EEC (or 0x135EEC) is known color: Navy Blue. HEX triplet: 13, 5E and EC. RGB value is (19,94,236). Sum of RGB (Red+Green+Blue) = 19+94+236=349 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.44% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #135EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EEC is #ECA113. Grayscale: #575757. Windows color (decimal): -15507732 or 15490579. OLE color: 15490579.
HSL color Cylindrical-coordinate representation of color #135EEC: hue angle of 219.26º degrees, saturation: 0.85, 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 #135EEC is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 94 | 236 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.07 |
| HSL | 219.26º | 0.85% | 0.5% | - |
| HSV(B) | 219.26º | 0.92% | 0.93% | - |
| XYZ | 19.41 | 14.2 | 81.07 | - |
| YUV | 87.76 | 211.65 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 236 | 0.92 | 0.60 | 0 | 0.07 | 219.26 | 0.85 | 0.5 |
| Hex | 13 | 5E | EC | 5C | 3C | 0 | 7 | DB | 55 | 32 |
| Octal | 23 | 136 | 354 | 134 | 74 | 0 | 7 | 333 | 125 | 62 |
| Binary | 10011 | 1011110 | 11101100 | 1011100 | 111100 | 0 | 111 | 11011011 | 1010101 | 110010 |
Color Harmonies of #135EEC
Complementary color
Monochromatic Colors of #135EEC
Black with #135EEC
Text Example
Text Example
White with #135EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EEC; }
p { color: rgb(19,94,236); }
H1.HeaderClassName
{
color: #135EEC;
}
.AnyTagClassName
{
color: #135EEC;
}
</style>
background-color css
<style>
a { background-color: #135EEC; }
a { background-color: rgb(19,94,236); }
div.DivClassName
{
background-color: #135EEC;
}
.BgClassName
{
background-color: #135EEC;
}
</style>
border-color css
<style>
span { border-color: #135EEC; }
span { border-color: rgb(19,94,236); }
td.TdClassName
{
border-color: #135EEC;
}
.TagClassName
{
border-color: #135EEC;
}
</style>