Shades of Navy Blue #134EE8
Tints of Navy Blue #134EE8
RGB
CMYK
RGB Variations
Color information
#134EE8 (or 0x134EE8) is known color: Navy Blue. HEX triplet: 13, 4E and E8. RGB value is (19,78,232). Sum of RGB (Red+Green+Blue) = 19+78+232=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #134EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EE8 is #ECB117. Grayscale: #4D4D4D. Windows color (decimal): -15511832 or 15224339. OLE color: 15224339.
HSL color Cylindrical-coordinate representation of color #134EE8: hue angle of 223.38º 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 #134EE8 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 78 | 232 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.09 |
| HSL | 223.38º | 0.85% | 0.49% | - |
| HSV(B) | 223.38º | 0.92% | 0.91% | - |
| XYZ | 17.56 | 11.41 | 77.62 | - |
| YUV | 77.92 | 214.95 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 232 | 0.92 | 0.66 | 0 | 0.09 | 223.38 | 0.85 | 0.49 |
| Hex | 13 | 4E | E8 | 5C | 42 | 0 | 9 | DF | 55 | 31 |
| Octal | 23 | 116 | 350 | 134 | 102 | 0 | 11 | 337 | 125 | 61 |
| Binary | 10011 | 1001110 | 11101000 | 1011100 | 1000010 | 0 | 1001 | 11011111 | 1010101 | 110001 |
Color Harmonies of #134EE8
Complementary color
Monochromatic Colors of #134EE8
Black with #134EE8
Text Example
Text Example
White with #134EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EE8; }
p { color: rgb(19,78,232); }
H1.HeaderClassName
{
color: #134EE8;
}
.AnyTagClassName
{
color: #134EE8;
}
</style>
background-color css
<style>
a { background-color: #134EE8; }
a { background-color: rgb(19,78,232); }
div.DivClassName
{
background-color: #134EE8;
}
.BgClassName
{
background-color: #134EE8;
}
</style>
border-color css
<style>
span { border-color: #134EE8; }
span { border-color: rgb(19,78,232); }
td.TdClassName
{
border-color: #134EE8;
}
.TagClassName
{
border-color: #134EE8;
}
</style>