Shades of Navy Blue #134EE9
Tints of Navy Blue #134EE9
RGB
CMYK
RGB Variations
Color information
#134EE9 (or 0x134EE9) is known color: Navy Blue. HEX triplet: 13, 4E and E9. RGB value is (19,78,233). Sum of RGB (Red+Green+Blue) = 19+78+233=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #134EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EE9 is #ECB116. Grayscale: #4D4D4D. Windows color (decimal): -15511831 or 15289875. OLE color: 15289875.
HSL color Cylindrical-coordinate representation of color #134EE9: hue angle of 223.46º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EE9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 78 | 233 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.09 |
| HSL | 223.46º | 0.85% | 0.49% | - |
| HSV(B) | 223.46º | 0.92% | 0.91% | - |
| XYZ | 17.7 | 11.47 | 78.37 | - |
| YUV | 78.03 | 215.45 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 233 | 0.92 | 0.67 | 0 | 0.09 | 223.46 | 0.85 | 0.49 |
| Hex | 13 | 4E | E9 | 5C | 43 | 0 | 9 | DF | 55 | 31 |
| Octal | 23 | 116 | 351 | 134 | 103 | 0 | 11 | 337 | 125 | 61 |
| Binary | 10011 | 1001110 | 11101001 | 1011100 | 1000011 | 0 | 1001 | 11011111 | 1010101 | 110001 |
Color Harmonies of #134EE9
Complementary color
Monochromatic Colors of #134EE9
Black with #134EE9
Text Example
Text Example
White with #134EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EE9; }
p { color: rgb(19,78,233); }
H1.HeaderClassName
{
color: #134EE9;
}
.AnyTagClassName
{
color: #134EE9;
}
</style>
background-color css
<style>
a { background-color: #134EE9; }
a { background-color: rgb(19,78,233); }
div.DivClassName
{
background-color: #134EE9;
}
.BgClassName
{
background-color: #134EE9;
}
</style>
border-color css
<style>
span { border-color: #134EE9; }
span { border-color: rgb(19,78,233); }
td.TdClassName
{
border-color: #134EE9;
}
.TagClassName
{
border-color: #134EE9;
}
</style>