Shades of Navy Blue #135CF7
Tints of Navy Blue #135CF7
RGB
CMYK
RGB Variations
Color information
#135CF7 (or 0x135CF7) is known color: Navy Blue. HEX triplet: 13, 5C and F7. RGB value is (19,92,247). Sum of RGB (Red+Green+Blue) = 19+92+247=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 247 (96.88% from 255 or 68.99% from 358); Max value from RGB is 247 - color contains mainly: blue. Hex color #135CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CF7 is #ECA308. Grayscale: #575757. Windows color (decimal): -15508233 or 16210963. OLE color: 16210963.
HSL color Cylindrical-coordinate representation of color #135CF7: hue angle of 220.79º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CF7 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 92 | 247 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.03 |
| HSL | 220.79º | 0.93% | 0.52% | - |
| HSV(B) | 220.79º | 0.92% | 0.97% | - |
| XYZ | 20.88 | 14.51 | 89.7 | - |
| YUV | 87.84 | 217.82 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 247 | 0.92 | 0.63 | 0 | 0.03 | 220.79 | 0.93 | 0.52 |
| Hex | 13 | 5C | F7 | 5C | 3F | 0 | 3 | DD | 5D | 34 |
| Octal | 23 | 134 | 367 | 134 | 77 | 0 | 3 | 335 | 135 | 64 |
| Binary | 10011 | 1011100 | 11110111 | 1011100 | 111111 | 0 | 11 | 11011101 | 1011101 | 110100 |
Color Harmonies of #135CF7
Complementary color
Monochromatic Colors of #135CF7
Black with #135CF7
Text Example
Text Example
White with #135CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CF7; }
p { color: rgb(19,92,247); }
H1.HeaderClassName
{
color: #135CF7;
}
.AnyTagClassName
{
color: #135CF7;
}
</style>
background-color css
<style>
a { background-color: #135CF7; }
a { background-color: rgb(19,92,247); }
div.DivClassName
{
background-color: #135CF7;
}
.BgClassName
{
background-color: #135CF7;
}
</style>
border-color css
<style>
span { border-color: #135CF7; }
span { border-color: rgb(19,92,247); }
td.TdClassName
{
border-color: #135CF7;
}
.TagClassName
{
border-color: #135CF7;
}
</style>