Shades of Navy Blue #134DF1
Tints of Navy Blue #134DF1
RGB
CMYK
RGB Variations
Color information
#134DF1 (or 0x134DF1) is known color: Navy Blue. HEX triplet: 13, 4D and F1. RGB value is (19,77,241). Sum of RGB (Red+Green+Blue) = 19+77+241=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 241 (94.53% from 255 or 71.51% from 337); Max value from RGB is 241 - color contains mainly: blue. Hex color #134DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF1 is #ECB20E. Grayscale: #4D4D4D. Windows color (decimal): -15512079 or 15813907. OLE color: 15813907.
HSL color Cylindrical-coordinate representation of color #134DF1: hue angle of 224.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134DF1 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 77 | 241 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.05 |
| HSL | 224.32º | 0.89% | 0.51% | - |
| HSV(B) | 224.32º | 0.92% | 0.95% | - |
| XYZ | 18.8 | 11.8 | 84.51 | - |
| YUV | 78.35 | 219.78 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 241 | 0.92 | 0.68 | 0 | 0.05 | 224.32 | 0.89 | 0.51 |
| Hex | 13 | 4D | F1 | 5C | 44 | 0 | 5 | E0 | 59 | 33 |
| Octal | 23 | 115 | 361 | 134 | 104 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10011 | 1001101 | 11110001 | 1011100 | 1000100 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #134DF1
Complementary color
Monochromatic Colors of #134DF1
Black with #134DF1
Text Example
Text Example
White with #134DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DF1; }
p { color: rgb(19,77,241); }
H1.HeaderClassName
{
color: #134DF1;
}
.AnyTagClassName
{
color: #134DF1;
}
</style>
background-color css
<style>
a { background-color: #134DF1; }
a { background-color: rgb(19,77,241); }
div.DivClassName
{
background-color: #134DF1;
}
.BgClassName
{
background-color: #134DF1;
}
</style>
border-color css
<style>
span { border-color: #134DF1; }
span { border-color: rgb(19,77,241); }
td.TdClassName
{
border-color: #134DF1;
}
.TagClassName
{
border-color: #134DF1;
}
</style>