Shades of Navy Blue #134EF2
Tints of Navy Blue #134EF2
RGB
CMYK
RGB Variations
Color information
#134EF2 (or 0x134EF2) is known color: Navy Blue. HEX triplet: 13, 4E and F2. RGB value is (19,78,242). Sum of RGB (Red+Green+Blue) = 19+78+242=339 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.60% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #134EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EF2 is #ECB10D. Grayscale: #4E4E4E. Windows color (decimal): -15511822 or 15879699. OLE color: 15879699.
HSL color Cylindrical-coordinate representation of color #134EF2: hue angle of 224.13º degrees, saturation: 0.9, 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 #134EF2 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 78 | 242 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.05 |
| HSL | 224.13º | 0.9% | 0.51% | - |
| HSV(B) | 224.13º | 0.92% | 0.95% | - |
| XYZ | 19.02 | 12 | 85.32 | - |
| YUV | 79.06 | 219.95 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 242 | 0.92 | 0.68 | 0 | 0.05 | 224.13 | 0.9 | 0.51 |
| Hex | 13 | 4E | F2 | 5C | 44 | 0 | 5 | E0 | 5A | 33 |
| Octal | 23 | 116 | 362 | 134 | 104 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10011 | 1001110 | 11110010 | 1011100 | 1000100 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #134EF2
Complementary color
Monochromatic Colors of #134EF2
Black with #134EF2
Text Example
Text Example
White with #134EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EF2; }
p { color: rgb(19,78,242); }
H1.HeaderClassName
{
color: #134EF2;
}
.AnyTagClassName
{
color: #134EF2;
}
</style>
background-color css
<style>
a { background-color: #134EF2; }
a { background-color: rgb(19,78,242); }
div.DivClassName
{
background-color: #134EF2;
}
.BgClassName
{
background-color: #134EF2;
}
</style>
border-color css
<style>
span { border-color: #134EF2; }
span { border-color: rgb(19,78,242); }
td.TdClassName
{
border-color: #134EF2;
}
.TagClassName
{
border-color: #134EF2;
}
</style>