Shades of Navy Blue #134FF1
Tints of Navy Blue #134FF1
RGB
CMYK
RGB Variations
Color information
#134FF1 (or 0x134FF1) is known color: Navy Blue. HEX triplet: 13, 4F and F1. RGB value is (19,79,241). Sum of RGB (Red+Green+Blue) = 19+79+241=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 241 (94.53% from 255 or 71.09% from 339); Max value from RGB is 241 - color contains mainly: blue. Hex color #134FF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FF1 is #ECB00E. Grayscale: #4E4E4E. Windows color (decimal): -15511567 or 15814419. OLE color: 15814419.
HSL color Cylindrical-coordinate representation of color #134FF1: hue angle of 223.78º 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 #134FF1 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 79 | 241 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.05 |
| HSL | 223.78º | 0.89% | 0.51% | - |
| HSV(B) | 223.78º | 0.92% | 0.95% | - |
| XYZ | 18.94 | 12.08 | 84.55 | - |
| YUV | 79.53 | 219.12 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 241 | 0.92 | 0.67 | 0 | 0.05 | 223.78 | 0.89 | 0.51 |
| Hex | 13 | 4F | F1 | 5C | 43 | 0 | 5 | E0 | 59 | 33 |
| Octal | 23 | 117 | 361 | 134 | 103 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10011 | 1001111 | 11110001 | 1011100 | 1000011 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #134FF1
Complementary color
Monochromatic Colors of #134FF1
Black with #134FF1
Text Example
Text Example
White with #134FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FF1; }
p { color: rgb(19,79,241); }
H1.HeaderClassName
{
color: #134FF1;
}
.AnyTagClassName
{
color: #134FF1;
}
</style>
background-color css
<style>
a { background-color: #134FF1; }
a { background-color: rgb(19,79,241); }
div.DivClassName
{
background-color: #134FF1;
}
.BgClassName
{
background-color: #134FF1;
}
</style>
border-color css
<style>
span { border-color: #134FF1; }
span { border-color: rgb(19,79,241); }
td.TdClassName
{
border-color: #134FF1;
}
.TagClassName
{
border-color: #134FF1;
}
</style>