Shades of Navy Blue #135BFC
Tints of Navy Blue #135BFC
RGB
CMYK
RGB Variations
Color information
#135BFC (or 0x135BFC) is known color: Navy Blue. HEX triplet: 13, 5B and FC. RGB value is (19,91,252). Sum of RGB (Red+Green+Blue) = 19+91+252=362 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.25% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #135BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BFC is #ECA403. Grayscale: #575757. Windows color (decimal): -15508484 or 16538387. OLE color: 16538387.
HSL color Cylindrical-coordinate representation of color #135BFC: hue angle of 221.46º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135BFC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 91 | 252 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.01 |
| HSL | 221.46º | 0.97% | 0.53% | - |
| HSV(B) | 221.46º | 0.92% | 0.99% | - |
| XYZ | 21.58 | 14.65 | 93.79 | - |
| YUV | 87.83 | 220.65 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 252 | 0.92 | 0.64 | 0 | 0.01 | 221.46 | 0.97 | 0.53 |
| Hex | 13 | 5B | FC | 5C | 40 | 0 | 1 | DD | 61 | 35 |
| Octal | 23 | 133 | 374 | 134 | 100 | 0 | 1 | 335 | 141 | 65 |
| Binary | 10011 | 1011011 | 11111100 | 1011100 | 1000000 | 0 | 1 | 11011101 | 1100001 | 110101 |
Color Harmonies of #135BFC
Complementary color
Monochromatic Colors of #135BFC
Black with #135BFC
Text Example
Text Example
White with #135BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135BFC; }
p { color: rgb(19,91,252); }
H1.HeaderClassName
{
color: #135BFC;
}
.AnyTagClassName
{
color: #135BFC;
}
</style>
background-color css
<style>
a { background-color: #135BFC; }
a { background-color: rgb(19,91,252); }
div.DivClassName
{
background-color: #135BFC;
}
.BgClassName
{
background-color: #135BFC;
}
</style>
border-color css
<style>
span { border-color: #135BFC; }
span { border-color: rgb(19,91,252); }
td.TdClassName
{
border-color: #135BFC;
}
.TagClassName
{
border-color: #135BFC;
}
</style>