Shades of Navy Blue #135FE6
Tints of Navy Blue #135FE6
RGB
CMYK
RGB Variations
Color information
#135FE6 (or 0x135FE6) is known color: Navy Blue. HEX triplet: 13, 5F and E6. RGB value is (19,95,230). Sum of RGB (Red+Green+Blue) = 19+95+230=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #135FE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FE6 is #ECA019. Grayscale: #575757. Windows color (decimal): -15507482 or 15097619. OLE color: 15097619.
HSL color Cylindrical-coordinate representation of color #135FE6: hue angle of 218.39º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135FE6 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 95 | 230 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.10 |
| HSL | 218.39º | 0.85% | 0.49% | - |
| HSV(B) | 218.39º | 0.92% | 0.9% | - |
| XYZ | 18.64 | 14.04 | 76.59 | - |
| YUV | 87.67 | 208.32 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 230 | 0.92 | 0.59 | 0 | 0.10 | 218.39 | 0.85 | 0.49 |
| Hex | 13 | 5F | E6 | 5C | 3B | 0 | A | DA | 55 | 31 |
| Octal | 23 | 137 | 346 | 134 | 73 | 0 | 12 | 332 | 125 | 61 |
| Binary | 10011 | 1011111 | 11100110 | 1011100 | 111011 | 0 | 1010 | 11011010 | 1010101 | 110001 |
Color Harmonies of #135FE6
Complementary color
Monochromatic Colors of #135FE6
Black with #135FE6
Text Example
Text Example
White with #135FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FE6; }
p { color: rgb(19,95,230); }
H1.HeaderClassName
{
color: #135FE6;
}
.AnyTagClassName
{
color: #135FE6;
}
</style>
background-color css
<style>
a { background-color: #135FE6; }
a { background-color: rgb(19,95,230); }
div.DivClassName
{
background-color: #135FE6;
}
.BgClassName
{
background-color: #135FE6;
}
</style>
border-color css
<style>
span { border-color: #135FE6; }
span { border-color: rgb(19,95,230); }
td.TdClassName
{
border-color: #135FE6;
}
.TagClassName
{
border-color: #135FE6;
}
</style>