Shades of Navy Blue #135FED
Tints of Navy Blue #135FED
RGB
CMYK
RGB Variations
Color information
#135FED (or 0x135FED) is known color: Navy Blue. HEX triplet: 13, 5F and ED. RGB value is (19,95,237). Sum of RGB (Red+Green+Blue) = 19+95+237=351 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.41% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #135FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FED is #ECA012. Grayscale: #575757. Windows color (decimal): -15507475 or 15556371. OLE color: 15556371.
HSL color Cylindrical-coordinate representation of color #135FED: hue angle of 219.08º degrees, saturation: 0.86, 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 #135FED is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 95 | 237 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.07 |
| HSL | 219.08º | 0.86% | 0.5% | - |
| HSV(B) | 219.08º | 0.92% | 0.93% | - |
| XYZ | 19.65 | 14.44 | 81.87 | - |
| YUV | 88.46 | 211.82 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 237 | 0.92 | 0.60 | 0 | 0.07 | 219.08 | 0.86 | 0.5 |
| Hex | 13 | 5F | ED | 5C | 3C | 0 | 7 | DB | 56 | 32 |
| Octal | 23 | 137 | 355 | 134 | 74 | 0 | 7 | 333 | 126 | 62 |
| Binary | 10011 | 1011111 | 11101101 | 1011100 | 111100 | 0 | 111 | 11011011 | 1010110 | 110010 |
Color Harmonies of #135FED
Complementary color
Monochromatic Colors of #135FED
Black with #135FED
Text Example
Text Example
White with #135FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FED; }
p { color: rgb(19,95,237); }
H1.HeaderClassName
{
color: #135FED;
}
.AnyTagClassName
{
color: #135FED;
}
</style>
background-color css
<style>
a { background-color: #135FED; }
a { background-color: rgb(19,95,237); }
div.DivClassName
{
background-color: #135FED;
}
.BgClassName
{
background-color: #135FED;
}
</style>
border-color css
<style>
span { border-color: #135FED; }
span { border-color: rgb(19,95,237); }
td.TdClassName
{
border-color: #135FED;
}
.TagClassName
{
border-color: #135FED;
}
</style>