Shades of Navy Blue #135AF4
Tints of Navy Blue #135AF4
RGB
CMYK
RGB Variations
Color information
#135AF4 (or 0x135AF4) is known color: Navy Blue. HEX triplet: 13, 5A and F4. RGB value is (19,90,244). Sum of RGB (Red+Green+Blue) = 19+90+244=353 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.38% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 244 (95.70% from 255 or 69.12% from 353); Max value from RGB is 244 - color contains mainly: blue. Hex color #135AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AF4 is #ECA50B. Grayscale: #555555. Windows color (decimal): -15508748 or 16013843. OLE color: 16013843.
HSL color Cylindrical-coordinate representation of color #135AF4: hue angle of 221.07º degrees, saturation: 0.91, 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 #135AF4 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 90 | 244 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.04 |
| HSL | 221.07º | 0.91% | 0.52% | - |
| HSV(B) | 221.07º | 0.92% | 0.96% | - |
| XYZ | 20.25 | 13.98 | 87.22 | - |
| YUV | 86.33 | 216.98 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 244 | 0.92 | 0.63 | 0 | 0.04 | 221.07 | 0.91 | 0.52 |
| Hex | 13 | 5A | F4 | 5C | 3F | 0 | 4 | DD | 5B | 34 |
| Octal | 23 | 132 | 364 | 134 | 77 | 0 | 4 | 335 | 133 | 64 |
| Binary | 10011 | 1011010 | 11110100 | 1011100 | 111111 | 0 | 100 | 11011101 | 1011011 | 110100 |
Color Harmonies of #135AF4
Complementary color
Monochromatic Colors of #135AF4
Black with #135AF4
Text Example
Text Example
White with #135AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135AF4; }
p { color: rgb(19,90,244); }
H1.HeaderClassName
{
color: #135AF4;
}
.AnyTagClassName
{
color: #135AF4;
}
</style>
background-color css
<style>
a { background-color: #135AF4; }
a { background-color: rgb(19,90,244); }
div.DivClassName
{
background-color: #135AF4;
}
.BgClassName
{
background-color: #135AF4;
}
</style>
border-color css
<style>
span { border-color: #135AF4; }
span { border-color: rgb(19,90,244); }
td.TdClassName
{
border-color: #135AF4;
}
.TagClassName
{
border-color: #135AF4;
}
</style>