Shades of Navy Blue #134FE8
Tints of Navy Blue #134FE8
RGB
CMYK
RGB Variations
Color information
#134FE8 (or 0x134FE8) is known color: Navy Blue. HEX triplet: 13, 4F and E8. RGB value is (19,79,232). Sum of RGB (Red+Green+Blue) = 19+79+232=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 232 (91.02% from 255 or 70.30% from 330); Max value from RGB is 232 - color contains mainly: blue. Hex color #134FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FE8 is #ECB017. Grayscale: #4D4D4D. Windows color (decimal): -15511576 or 15224595. OLE color: 15224595.
HSL color Cylindrical-coordinate representation of color #134FE8: hue angle of 223.1º 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 #134FE8 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 79 | 232 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.09 |
| HSL | 223.1º | 0.85% | 0.49% | - |
| HSV(B) | 223.1º | 0.92% | 0.91% | - |
| XYZ | 17.63 | 11.56 | 77.65 | - |
| YUV | 78.5 | 214.62 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 232 | 0.92 | 0.66 | 0 | 0.09 | 223.1 | 0.85 | 0.49 |
| Hex | 13 | 4F | E8 | 5C | 42 | 0 | 9 | DF | 55 | 31 |
| Octal | 23 | 117 | 350 | 134 | 102 | 0 | 11 | 337 | 125 | 61 |
| Binary | 10011 | 1001111 | 11101000 | 1011100 | 1000010 | 0 | 1001 | 11011111 | 1010101 | 110001 |
Color Harmonies of #134FE8
Complementary color
Monochromatic Colors of #134FE8
Black with #134FE8
Text Example
Text Example
White with #134FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FE8; }
p { color: rgb(19,79,232); }
H1.HeaderClassName
{
color: #134FE8;
}
.AnyTagClassName
{
color: #134FE8;
}
</style>
background-color css
<style>
a { background-color: #134FE8; }
a { background-color: rgb(19,79,232); }
div.DivClassName
{
background-color: #134FE8;
}
.BgClassName
{
background-color: #134FE8;
}
</style>
border-color css
<style>
span { border-color: #134FE8; }
span { border-color: rgb(19,79,232); }
td.TdClassName
{
border-color: #134FE8;
}
.TagClassName
{
border-color: #134FE8;
}
</style>