Shades of Navy Blue #134CF0
Tints of Navy Blue #134CF0
RGB
CMYK
RGB Variations
Color information
#134CF0 (or 0x134CF0) is known color: Navy Blue. HEX triplet: 13, 4C and F0. RGB value is (19,76,240). Sum of RGB (Red+Green+Blue) = 19+76+240=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #134CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CF0 is #ECB30F. Grayscale: #4C4C4C. Windows color (decimal): -15512336 or 15748115. OLE color: 15748115.
HSL color Cylindrical-coordinate representation of color #134CF0: hue angle of 224.52º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CF0 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 76 | 240 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.06 |
| HSL | 224.52º | 0.88% | 0.51% | - |
| HSV(B) | 224.52º | 0.92% | 0.94% | - |
| XYZ | 18.58 | 11.6 | 83.7 | - |
| YUV | 77.65 | 219.62 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 240 | 0.92 | 0.68 | 0 | 0.06 | 224.52 | 0.88 | 0.51 |
| Hex | 13 | 4C | F0 | 5C | 44 | 0 | 6 | E1 | 58 | 33 |
| Octal | 23 | 114 | 360 | 134 | 104 | 0 | 6 | 341 | 130 | 63 |
| Binary | 10011 | 1001100 | 11110000 | 1011100 | 1000100 | 0 | 110 | 11100001 | 1011000 | 110011 |
Color Harmonies of #134CF0
Complementary color
Monochromatic Colors of #134CF0
Black with #134CF0
Text Example
Text Example
White with #134CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CF0; }
p { color: rgb(19,76,240); }
H1.HeaderClassName
{
color: #134CF0;
}
.AnyTagClassName
{
color: #134CF0;
}
</style>
background-color css
<style>
a { background-color: #134CF0; }
a { background-color: rgb(19,76,240); }
div.DivClassName
{
background-color: #134CF0;
}
.BgClassName
{
background-color: #134CF0;
}
</style>
border-color css
<style>
span { border-color: #134CF0; }
span { border-color: rgb(19,76,240); }
td.TdClassName
{
border-color: #134CF0;
}
.TagClassName
{
border-color: #134CF0;
}
</style>