Shades of Navy Blue #135CF5
Tints of Navy Blue #135CF5
RGB
CMYK
RGB Variations
Color information
#135CF5 (or 0x135CF5) is known color: Navy Blue. HEX triplet: 13, 5C and F5. RGB value is (19,92,245). Sum of RGB (Red+Green+Blue) = 19+92+245=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 245 (96.09% from 255 or 68.82% from 356); Max value from RGB is 245 - color contains mainly: blue. Hex color #135CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CF5 is #ECA30A. Grayscale: #565656. Windows color (decimal): -15508235 or 16079891. OLE color: 16079891.
HSL color Cylindrical-coordinate representation of color #135CF5: hue angle of 220.62º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135CF5 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 92 | 245 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.04 |
| HSL | 220.62º | 0.92% | 0.52% | - |
| HSV(B) | 220.62º | 0.92% | 0.96% | - |
| XYZ | 20.58 | 14.39 | 88.08 | - |
| YUV | 87.62 | 216.82 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 245 | 0.92 | 0.62 | 0 | 0.04 | 220.62 | 0.92 | 0.52 |
| Hex | 13 | 5C | F5 | 5C | 3E | 0 | 4 | DD | 5C | 34 |
| Octal | 23 | 134 | 365 | 134 | 76 | 0 | 4 | 335 | 134 | 64 |
| Binary | 10011 | 1011100 | 11110101 | 1011100 | 111110 | 0 | 100 | 11011101 | 1011100 | 110100 |
Color Harmonies of #135CF5
Complementary color
Monochromatic Colors of #135CF5
Black with #135CF5
Text Example
Text Example
White with #135CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CF5; }
p { color: rgb(19,92,245); }
H1.HeaderClassName
{
color: #135CF5;
}
.AnyTagClassName
{
color: #135CF5;
}
</style>
background-color css
<style>
a { background-color: #135CF5; }
a { background-color: rgb(19,92,245); }
div.DivClassName
{
background-color: #135CF5;
}
.BgClassName
{
background-color: #135CF5;
}
</style>
border-color css
<style>
span { border-color: #135CF5; }
span { border-color: rgb(19,92,245); }
td.TdClassName
{
border-color: #135CF5;
}
.TagClassName
{
border-color: #135CF5;
}
</style>