Shades of Navy Blue #135EEF
Tints of Navy Blue #135EEF
RGB
CMYK
RGB Variations
Color information
#135EEF (or 0x135EEF) is known color: Navy Blue. HEX triplet: 13, 5E and EF. RGB value is (19,94,239). Sum of RGB (Red+Green+Blue) = 19+94+239=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #135EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EEF is #ECA110. Grayscale: #575757. Windows color (decimal): -15507729 or 15687187. OLE color: 15687187.
HSL color Cylindrical-coordinate representation of color #135EEF: hue angle of 219.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EEF is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 94 | 239 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.06 |
| HSL | 219.55º | 0.87% | 0.51% | - |
| HSV(B) | 219.55º | 0.92% | 0.94% | - |
| XYZ | 19.85 | 14.38 | 83.39 | - |
| YUV | 88.11 | 213.15 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 239 | 0.92 | 0.61 | 0 | 0.06 | 219.55 | 0.87 | 0.51 |
| Hex | 13 | 5E | EF | 5C | 3D | 0 | 6 | DC | 57 | 33 |
| Octal | 23 | 136 | 357 | 134 | 75 | 0 | 6 | 334 | 127 | 63 |
| Binary | 10011 | 1011110 | 11101111 | 1011100 | 111101 | 0 | 110 | 11011100 | 1010111 | 110011 |
Color Harmonies of #135EEF
Complementary color
Monochromatic Colors of #135EEF
Black with #135EEF
Text Example
Text Example
White with #135EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135EEF; }
p { color: rgb(19,94,239); }
H1.HeaderClassName
{
color: #135EEF;
}
.AnyTagClassName
{
color: #135EEF;
}
</style>
background-color css
<style>
a { background-color: #135EEF; }
a { background-color: rgb(19,94,239); }
div.DivClassName
{
background-color: #135EEF;
}
.BgClassName
{
background-color: #135EEF;
}
</style>
border-color css
<style>
span { border-color: #135EEF; }
span { border-color: rgb(19,94,239); }
td.TdClassName
{
border-color: #135EEF;
}
.TagClassName
{
border-color: #135EEF;
}
</style>