Shades of Navy Blue #134DF8
Tints of Navy Blue #134DF8
RGB
CMYK
RGB Variations
Color information
#134DF8 (or 0x134DF8) is known color: Navy Blue. HEX triplet: 13, 4D and F8. RGB value is (19,77,248). Sum of RGB (Red+Green+Blue) = 19+77+248=344 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.52% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 248 (97.27% from 255 or 72.09% from 344); Max value from RGB is 248 - color contains mainly: blue. Hex color #134DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DF8 is #ECB207. Grayscale: #4E4E4E. Windows color (decimal): -15512072 or 16272659. OLE color: 16272659.
HSL color Cylindrical-coordinate representation of color #134DF8: hue angle of 224.8º degrees, saturation: 0.94, 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 #134DF8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 77 | 248 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 224.8º | 0.94% | 0.52% | - |
| HSV(B) | 224.8º | 0.92% | 0.97% | - |
| XYZ | 19.87 | 12.22 | 90.12 | - |
| YUV | 79.15 | 223.28 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 248 | 0.92 | 0.69 | 0 | 0.03 | 224.8 | 0.94 | 0.52 |
| Hex | 13 | 4D | F8 | 5C | 45 | 0 | 3 | E1 | 5E | 34 |
| Octal | 23 | 115 | 370 | 134 | 105 | 0 | 3 | 341 | 136 | 64 |
| Binary | 10011 | 1001101 | 11111000 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011110 | 110100 |
Color Harmonies of #134DF8
Complementary color
Monochromatic Colors of #134DF8
Black with #134DF8
Text Example
Text Example
White with #134DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DF8; }
p { color: rgb(19,77,248); }
H1.HeaderClassName
{
color: #134DF8;
}
.AnyTagClassName
{
color: #134DF8;
}
</style>
background-color css
<style>
a { background-color: #134DF8; }
a { background-color: rgb(19,77,248); }
div.DivClassName
{
background-color: #134DF8;
}
.BgClassName
{
background-color: #134DF8;
}
</style>
border-color css
<style>
span { border-color: #134DF8; }
span { border-color: rgb(19,77,248); }
td.TdClassName
{
border-color: #134DF8;
}
.TagClassName
{
border-color: #134DF8;
}
</style>