Shades of Navy Blue #135EEA
Tints of Navy Blue #135EEA
RGB
CMYK
RGB Variations
Color information
#135EEA (or 0x135EEA) is known color: Navy Blue. HEX triplet: 13, 5E and EA. RGB value is (19,94,234). Sum of RGB (Red+Green+Blue) = 19+94+234=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #135EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EEA is #ECA115. Grayscale: #565656. Windows color (decimal): -15507734 or 15359507. OLE color: 15359507.
HSL color Cylindrical-coordinate representation of color #135EEA: hue angle of 219.07º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EEA is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 94 | 234 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.08 |
| HSL | 219.07º | 0.85% | 0.5% | - |
| HSV(B) | 219.07º | 0.92% | 0.92% | - |
| XYZ | 19.12 | 14.08 | 79.55 | - |
| YUV | 87.54 | 210.65 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 234 | 0.92 | 0.60 | 0 | 0.08 | 219.07 | 0.85 | 0.5 |
| Hex | 13 | 5E | EA | 5C | 3C | 0 | 8 | DB | 55 | 32 |
| Octal | 23 | 136 | 352 | 134 | 74 | 0 | 10 | 333 | 125 | 62 |
| Binary | 10011 | 1011110 | 11101010 | 1011100 | 111100 | 0 | 1000 | 11011011 | 1010101 | 110010 |
Color Harmonies of #135EEA
Complementary color
Monochromatic Colors of #135EEA
Black with #135EEA
Text Example
Text Example
White with #135EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EEA; }
p { color: rgb(19,94,234); }
H1.HeaderClassName
{
color: #135EEA;
}
.AnyTagClassName
{
color: #135EEA;
}
</style>
background-color css
<style>
a { background-color: #135EEA; }
a { background-color: rgb(19,94,234); }
div.DivClassName
{
background-color: #135EEA;
}
.BgClassName
{
background-color: #135EEA;
}
</style>
border-color css
<style>
span { border-color: #135EEA; }
span { border-color: rgb(19,94,234); }
td.TdClassName
{
border-color: #135EEA;
}
.TagClassName
{
border-color: #135EEA;
}
</style>