Shades of Navy Blue #135FEA
Tints of Navy Blue #135FEA
RGB
CMYK
RGB Variations
Color information
#135FEA (or 0x135FEA) is known color: Navy Blue. HEX triplet: 13, 5F and EA. RGB value is (19,95,234). Sum of RGB (Red+Green+Blue) = 19+95+234=348 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.46% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #135FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135FEA is #ECA015. Grayscale: #575757. Windows color (decimal): -15507478 or 15359763. OLE color: 15359763.
HSL color Cylindrical-coordinate representation of color #135FEA: hue angle of 218.79º 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 #135FEA is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 95 | 234 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.08 |
| HSL | 218.79º | 0.85% | 0.5% | - |
| HSV(B) | 218.79º | 0.92% | 0.92% | - |
| XYZ | 19.21 | 14.26 | 79.58 | - |
| YUV | 88.12 | 210.32 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 234 | 0.92 | 0.59 | 0 | 0.08 | 218.79 | 0.85 | 0.5 |
| Hex | 13 | 5F | EA | 5C | 3B | 0 | 8 | DB | 55 | 32 |
| Octal | 23 | 137 | 352 | 134 | 73 | 0 | 10 | 333 | 125 | 62 |
| Binary | 10011 | 1011111 | 11101010 | 1011100 | 111011 | 0 | 1000 | 11011011 | 1010101 | 110010 |
Color Harmonies of #135FEA
Complementary color
Monochromatic Colors of #135FEA
Black with #135FEA
Text Example
Text Example
White with #135FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135FEA; }
p { color: rgb(19,95,234); }
H1.HeaderClassName
{
color: #135FEA;
}
.AnyTagClassName
{
color: #135FEA;
}
</style>
background-color css
<style>
a { background-color: #135FEA; }
a { background-color: rgb(19,95,234); }
div.DivClassName
{
background-color: #135FEA;
}
.BgClassName
{
background-color: #135FEA;
}
</style>
border-color css
<style>
span { border-color: #135FEA; }
span { border-color: rgb(19,95,234); }
td.TdClassName
{
border-color: #135FEA;
}
.TagClassName
{
border-color: #135FEA;
}
</style>