Shades of Navy Blue #134EF8
Tints of Navy Blue #134EF8
RGB
CMYK
RGB Variations
Color information
#134EF8 (or 0x134EF8) is known color: Navy Blue. HEX triplet: 13, 4E and F8. RGB value is (19,78,248). Sum of RGB (Red+Green+Blue) = 19+78+248=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 248 (97.27% from 255 or 71.88% from 345); Max value from RGB is 248 - color contains mainly: blue. Hex color #134EF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EF8 is #ECB107. Grayscale: #4F4F4F. Windows color (decimal): -15511816 or 16272915. OLE color: 16272915.
HSL color Cylindrical-coordinate representation of color #134EF8: hue angle of 224.54º 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 #134EF8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 78 | 248 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 224.54º | 0.94% | 0.52% | - |
| HSV(B) | 224.54º | 0.92% | 0.97% | - |
| XYZ | 19.94 | 12.36 | 90.14 | - |
| YUV | 79.74 | 222.95 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 248 | 0.92 | 0.69 | 0 | 0.03 | 224.54 | 0.94 | 0.52 |
| Hex | 13 | 4E | F8 | 5C | 45 | 0 | 3 | E1 | 5E | 34 |
| Octal | 23 | 116 | 370 | 134 | 105 | 0 | 3 | 341 | 136 | 64 |
| Binary | 10011 | 1001110 | 11111000 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011110 | 110100 |
Color Harmonies of #134EF8
Complementary color
Monochromatic Colors of #134EF8
Black with #134EF8
Text Example
Text Example
White with #134EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EF8; }
p { color: rgb(19,78,248); }
H1.HeaderClassName
{
color: #134EF8;
}
.AnyTagClassName
{
color: #134EF8;
}
</style>
background-color css
<style>
a { background-color: #134EF8; }
a { background-color: rgb(19,78,248); }
div.DivClassName
{
background-color: #134EF8;
}
.BgClassName
{
background-color: #134EF8;
}
</style>
border-color css
<style>
span { border-color: #134EF8; }
span { border-color: rgb(19,78,248); }
td.TdClassName
{
border-color: #134EF8;
}
.TagClassName
{
border-color: #134EF8;
}
</style>