Shades of Navy Blue #134CF7
Tints of Navy Blue #134CF7
RGB
CMYK
RGB Variations
Color information
#134CF7 (or 0x134CF7) is known color: Navy Blue. HEX triplet: 13, 4C and F7. RGB value is (19,76,247). Sum of RGB (Red+Green+Blue) = 19+76+247=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 247 (96.88% from 255 or 72.22% from 342); Max value from RGB is 247 - color contains mainly: blue. Hex color #134CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CF7 is #ECB308. Grayscale: #4D4D4D. Windows color (decimal): -15512329 or 16206867. OLE color: 16206867.
HSL color Cylindrical-coordinate representation of color #134CF7: hue angle of 225º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CF7 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 76 | 247 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.03 |
| HSL | 225º | 0.93% | 0.52% | - |
| HSV(B) | 225º | 0.92% | 0.97% | - |
| XYZ | 19.64 | 12.02 | 89.28 | - |
| YUV | 78.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 247 | 0.92 | 0.69 | 0 | 0.03 | 225 | 0.93 | 0.52 |
| Hex | 13 | 4C | F7 | 5C | 45 | 0 | 3 | E1 | 5D | 34 |
| Octal | 23 | 114 | 367 | 134 | 105 | 0 | 3 | 341 | 135 | 64 |
| Binary | 10011 | 1001100 | 11110111 | 1011100 | 1000101 | 0 | 11 | 11100001 | 1011101 | 110100 |
Color Harmonies of #134CF7
Complementary color
Monochromatic Colors of #134CF7
Black with #134CF7
Text Example
Text Example
White with #134CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CF7; }
p { color: rgb(19,76,247); }
H1.HeaderClassName
{
color: #134CF7;
}
.AnyTagClassName
{
color: #134CF7;
}
</style>
background-color css
<style>
a { background-color: #134CF7; }
a { background-color: rgb(19,76,247); }
div.DivClassName
{
background-color: #134CF7;
}
.BgClassName
{
background-color: #134CF7;
}
</style>
border-color css
<style>
span { border-color: #134CF7; }
span { border-color: rgb(19,76,247); }
td.TdClassName
{
border-color: #134CF7;
}
.TagClassName
{
border-color: #134CF7;
}
</style>