Shades of Navy Blue #134EE2
Tints of Navy Blue #134EE2
RGB
CMYK
RGB Variations
Color information
#134EE2 (or 0x134EE2) is known color: Navy Blue. HEX triplet: 13, 4E and E2. RGB value is (19,78,226). Sum of RGB (Red+Green+Blue) = 19+78+226=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #134EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EE2 is #ECB11D. Grayscale: #4C4C4C. Windows color (decimal): -15511838 or 14831123. OLE color: 14831123.
HSL color Cylindrical-coordinate representation of color #134EE2: hue angle of 222.9º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EE2 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 19 | 78 | 226 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.11 |
| HSL | 222.9º | 0.84% | 0.48% | - |
| HSV(B) | 222.9º | 0.92% | 0.89% | - |
| XYZ | 16.72 | 11.08 | 73.21 | - |
| YUV | 77.23 | 211.95 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 226 | 0.92 | 0.65 | 0 | 0.11 | 222.9 | 0.84 | 0.48 |
| Hex | 13 | 4E | E2 | 5C | 41 | 0 | B | DF | 54 | 30 |
| Octal | 23 | 116 | 342 | 134 | 101 | 0 | 13 | 337 | 124 | 60 |
| Binary | 10011 | 1001110 | 11100010 | 1011100 | 1000001 | 0 | 1011 | 11011111 | 1010100 | 110000 |
Color Harmonies of #134EE2
Complementary color
Monochromatic Colors of #134EE2
Black with #134EE2
Text Example
Text Example
White with #134EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EE2; }
p { color: rgb(19,78,226); }
H1.HeaderClassName
{
color: #134EE2;
}
.AnyTagClassName
{
color: #134EE2;
}
</style>
background-color css
<style>
a { background-color: #134EE2; }
a { background-color: rgb(19,78,226); }
div.DivClassName
{
background-color: #134EE2;
}
.BgClassName
{
background-color: #134EE2;
}
</style>
border-color css
<style>
span { border-color: #134EE2; }
span { border-color: rgb(19,78,226); }
td.TdClassName
{
border-color: #134EE2;
}
.TagClassName
{
border-color: #134EE2;
}
</style>