Shades of Navy Blue #134DEE
Tints of Navy Blue #134DEE
RGB
CMYK
RGB Variations
Color information
#134DEE (or 0x134DEE) is known color: Navy Blue. HEX triplet: 13, 4D and EE. RGB value is (19,77,238). Sum of RGB (Red+Green+Blue) = 19+77+238=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 238 (93.36% from 255 or 71.26% from 334); Max value from RGB is 238 - color contains mainly: blue. Hex color #134DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134DEE is #ECB211. Grayscale: #4D4D4D. Windows color (decimal): -15512082 or 15617299. OLE color: 15617299.
HSL color Cylindrical-coordinate representation of color #134DEE: hue angle of 224.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134DEE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 77 | 238 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.11º | 0.87% | 0.5% | - |
| HSV(B) | 224.11º | 0.92% | 0.93% | - |
| XYZ | 18.36 | 11.62 | 82.16 | - |
| YUV | 78.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 238 | 0.92 | 0.68 | 0 | 0.07 | 224.11 | 0.87 | 0.5 |
| Hex | 13 | 4D | EE | 5C | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 23 | 115 | 356 | 134 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10011 | 1001101 | 11101110 | 1011100 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #134DEE
Complementary color
Monochromatic Colors of #134DEE
Black with #134DEE
Text Example
Text Example
White with #134DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DEE; }
p { color: rgb(19,77,238); }
H1.HeaderClassName
{
color: #134DEE;
}
.AnyTagClassName
{
color: #134DEE;
}
</style>
background-color css
<style>
a { background-color: #134DEE; }
a { background-color: rgb(19,77,238); }
div.DivClassName
{
background-color: #134DEE;
}
.BgClassName
{
background-color: #134DEE;
}
</style>
border-color css
<style>
span { border-color: #134DEE; }
span { border-color: rgb(19,77,238); }
td.TdClassName
{
border-color: #134DEE;
}
.TagClassName
{
border-color: #134DEE;
}
</style>