Shades of Navy Blue #134CEE
Tints of Navy Blue #134CEE
RGB
CMYK
RGB Variations
Color information
#134CEE (or 0x134CEE) is known color: Navy Blue. HEX triplet: 13, 4C and EE. RGB value is (19,76,238). Sum of RGB (Red+Green+Blue) = 19+76+238=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #134CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CEE is #ECB311. Grayscale: #4C4C4C. Windows color (decimal): -15512338 or 15617043. OLE color: 15617043.
HSL color Cylindrical-coordinate representation of color #134CEE: hue angle of 224.38º 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 #134CEE is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 76 | 238 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.38º | 0.87% | 0.5% | - |
| HSV(B) | 224.38º | 0.92% | 0.93% | - |
| XYZ | 18.29 | 11.48 | 82.14 | - |
| YUV | 77.43 | 218.62 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 238 | 0.92 | 0.68 | 0 | 0.07 | 224.38 | 0.87 | 0.5 |
| Hex | 13 | 4C | EE | 5C | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 23 | 114 | 356 | 134 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10011 | 1001100 | 11101110 | 1011100 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #134CEE
Complementary color
Monochromatic Colors of #134CEE
Black with #134CEE
Text Example
Text Example
White with #134CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CEE; }
p { color: rgb(19,76,238); }
H1.HeaderClassName
{
color: #134CEE;
}
.AnyTagClassName
{
color: #134CEE;
}
</style>
background-color css
<style>
a { background-color: #134CEE; }
a { background-color: rgb(19,76,238); }
div.DivClassName
{
background-color: #134CEE;
}
.BgClassName
{
background-color: #134CEE;
}
</style>
border-color css
<style>
span { border-color: #134CEE; }
span { border-color: rgb(19,76,238); }
td.TdClassName
{
border-color: #134CEE;
}
.TagClassName
{
border-color: #134CEE;
}
</style>