Shades of Navy Blue #134DF7
Tints of Navy Blue #134DF7
RGB
CMYK
RGB Variations
Color information
#134DF7 (or 0x134DF7) is known color: Navy Blue. HEX triplet: 13, 4D and F7. RGB value is (19,77,247). Sum of RGB (Red+Green+Blue) = 19+77+247=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 247 (96.88% from 255 or 72.01% from 343); Max value from RGB is 247 - color contains mainly: blue. Hex color #134DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF7 is #ECB208. Grayscale: #4E4E4E. Windows color (decimal): -15512073 or 16207123. OLE color: 16207123.
HSL color Cylindrical-coordinate representation of color #134DF7: hue angle of 224.74º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134DF7 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 77 | 247 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 224.74º | 0.93% | 0.52% | - |
| HSV(B) | 224.74º | 0.92% | 0.97% | - |
| XYZ | 19.71 | 12.16 | 89.3 | - |
| YUV | 79.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 247 | 0.92 | 0.69 | 0 | 0.03 | 224.74 | 0.93 | 0.52 |
| Hex | 13 | 4D | F7 | 5C | 45 | 0 | 3 | E1 | 5D | 34 |
| Octal | 23 | 115 | 367 | 134 | 105 | 0 | 3 | 341 | 135 | 64 |
| Binary | 10011 | 1001101 | 11110111 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011101 | 110100 |
Color Harmonies of #134DF7
Complementary color
Monochromatic Colors of #134DF7
Black with #134DF7
Text Example
Text Example
White with #134DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DF7; }
p { color: rgb(19,77,247); }
H1.HeaderClassName
{
color: #134DF7;
}
.AnyTagClassName
{
color: #134DF7;
}
</style>
background-color css
<style>
a { background-color: #134DF7; }
a { background-color: rgb(19,77,247); }
div.DivClassName
{
background-color: #134DF7;
}
.BgClassName
{
background-color: #134DF7;
}
</style>
border-color css
<style>
span { border-color: #134DF7; }
span { border-color: rgb(19,77,247); }
td.TdClassName
{
border-color: #134DF7;
}
.TagClassName
{
border-color: #134DF7;
}
</style>