Shades of Navy Blue #134DF5
Tints of Navy Blue #134DF5
RGB
CMYK
RGB Variations
Color information
#134DF5 (or 0x134DF5) is known color: Navy Blue. HEX triplet: 13, 4D and F5. RGB value is (19,77,245). Sum of RGB (Red+Green+Blue) = 19+77+245=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 245 (96.09% from 255 or 71.85% from 341); Max value from RGB is 245 - color contains mainly: blue. Hex color #134DF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF5 is #ECB20A. Grayscale: #4E4E4E. Windows color (decimal): -15512075 or 16076051. OLE color: 16076051.
HSL color Cylindrical-coordinate representation of color #134DF5: hue angle of 224.6º 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 #134DF5 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 77 | 245 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.04 |
| HSL | 224.6º | 0.92% | 0.52% | - |
| HSV(B) | 224.6º | 0.92% | 0.96% | - |
| XYZ | 19.4 | 12.04 | 87.69 | - |
| YUV | 78.81 | 221.78 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 245 | 0.92 | 0.69 | 0 | 0.04 | 224.6 | 0.92 | 0.52 |
| Hex | 13 | 4D | F5 | 5C | 45 | 0 | 4 | E1 | 5C | 34 |
| Octal | 23 | 115 | 365 | 134 | 105 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10011 | 1001101 | 11110101 | 1011100 | 1000101 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #134DF5
Complementary color
Monochromatic Colors of #134DF5
Black with #134DF5
Text Example
Text Example
White with #134DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DF5; }
p { color: rgb(19,77,245); }
H1.HeaderClassName
{
color: #134DF5;
}
.AnyTagClassName
{
color: #134DF5;
}
</style>
background-color css
<style>
a { background-color: #134DF5; }
a { background-color: rgb(19,77,245); }
div.DivClassName
{
background-color: #134DF5;
}
.BgClassName
{
background-color: #134DF5;
}
</style>
border-color css
<style>
span { border-color: #134DF5; }
span { border-color: rgb(19,77,245); }
td.TdClassName
{
border-color: #134DF5;
}
.TagClassName
{
border-color: #134DF5;
}
</style>