Shades of Navy Blue #135CE7
Tints of Navy Blue #135CE7
RGB
CMYK
RGB Variations
Color information
#135CE7 (or 0x135CE7) is known color: Navy Blue. HEX triplet: 13, 5C and E7. RGB value is (19,92,231). Sum of RGB (Red+Green+Blue) = 19+92+231=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #135CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CE7 is #ECA318. Grayscale: #555555. Windows color (decimal): -15508249 or 15162387. OLE color: 15162387.
HSL color Cylindrical-coordinate representation of color #135CE7: hue angle of 219.34º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CE7 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 92 | 231 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.09 |
| HSL | 219.34º | 0.85% | 0.49% | - |
| HSV(B) | 219.34º | 0.92% | 0.91% | - |
| XYZ | 18.52 | 13.56 | 77.24 | - |
| YUV | 86.02 | 209.82 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 231 | 0.92 | 0.60 | 0 | 0.09 | 219.34 | 0.85 | 0.49 |
| Hex | 13 | 5C | E7 | 5C | 3C | 0 | 9 | DB | 55 | 31 |
| Octal | 23 | 134 | 347 | 134 | 74 | 0 | 11 | 333 | 125 | 61 |
| Binary | 10011 | 1011100 | 11100111 | 1011100 | 111100 | 0 | 1001 | 11011011 | 1010101 | 110001 |
Color Harmonies of #135CE7
Complementary color
Monochromatic Colors of #135CE7
Black with #135CE7
Text Example
Text Example
White with #135CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CE7; }
p { color: rgb(19,92,231); }
H1.HeaderClassName
{
color: #135CE7;
}
.AnyTagClassName
{
color: #135CE7;
}
</style>
background-color css
<style>
a { background-color: #135CE7; }
a { background-color: rgb(19,92,231); }
div.DivClassName
{
background-color: #135CE7;
}
.BgClassName
{
background-color: #135CE7;
}
</style>
border-color css
<style>
span { border-color: #135CE7; }
span { border-color: rgb(19,92,231); }
td.TdClassName
{
border-color: #135CE7;
}
.TagClassName
{
border-color: #135CE7;
}
</style>