Shades of Navy Blue #135CFC
Tints of Navy Blue #135CFC
RGB
CMYK
RGB Variations
Color information
#135CFC (or 0x135CFC) is known color: Navy Blue. HEX triplet: 13, 5C and FC. RGB value is (19,92,252). Sum of RGB (Red+Green+Blue) = 19+92+252=363 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.23% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #135CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135CFC is #ECA303. Grayscale: #575757. Windows color (decimal): -15508228 or 16538643. OLE color: 16538643.
HSL color Cylindrical-coordinate representation of color #135CFC: hue angle of 221.2º 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 #135CFC is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 92 | 252 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.01 |
| HSL | 221.2º | 0.97% | 0.53% | - |
| HSV(B) | 221.2º | 0.92% | 0.99% | - |
| XYZ | 21.67 | 14.82 | 93.81 | - |
| YUV | 88.41 | 220.32 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 252 | 0.92 | 0.63 | 0 | 0.01 | 221.2 | 0.97 | 0.53 |
| Hex | 13 | 5C | FC | 5C | 3F | 0 | 1 | DD | 61 | 35 |
| Octal | 23 | 134 | 374 | 134 | 77 | 0 | 1 | 335 | 141 | 65 |
| Binary | 10011 | 1011100 | 11111100 | 1011100 | 111111 | 0 | 1 | 11011101 | 1100001 | 110101 |
Color Harmonies of #135CFC
Complementary color
Monochromatic Colors of #135CFC
Black with #135CFC
Text Example
Text Example
White with #135CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135CFC; }
p { color: rgb(19,92,252); }
H1.HeaderClassName
{
color: #135CFC;
}
.AnyTagClassName
{
color: #135CFC;
}
</style>
background-color css
<style>
a { background-color: #135CFC; }
a { background-color: rgb(19,92,252); }
div.DivClassName
{
background-color: #135CFC;
}
.BgClassName
{
background-color: #135CFC;
}
</style>
border-color css
<style>
span { border-color: #135CFC; }
span { border-color: rgb(19,92,252); }
td.TdClassName
{
border-color: #135CFC;
}
.TagClassName
{
border-color: #135CFC;
}
</style>