Shades of Navy Blue #134FDD
Tints of Navy Blue #134FDD
RGB
CMYK
RGB Variations
Color information
#134FDD (or 0x134FDD) is known color: Navy Blue. HEX triplet: 13, 4F and DD. RGB value is (19,79,221). Sum of RGB (Red+Green+Blue) = 19+79+221=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #134FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FDD is #ECB022. Grayscale: #4C4C4C. Windows color (decimal): -15511587 or 14503699. OLE color: 14503699.
HSL color Cylindrical-coordinate representation of color #134FDD: hue angle of 222.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FDD is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 79 | 221 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.18º | 0.84% | 0.47% | - |
| HSV(B) | 222.18º | 0.91% | 0.87% | - |
| XYZ | 16.12 | 10.95 | 69.67 | - |
| YUV | 77.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 221 | 0.91 | 0.64 | 0 | 0.13 | 222.18 | 0.84 | 0.47 |
| Hex | 13 | 4F | DD | 5B | 40 | 0 | D | DE | 54 | 2F |
| Octal | 23 | 117 | 335 | 133 | 100 | 0 | 15 | 336 | 124 | 57 |
| Binary | 10011 | 1001111 | 11011101 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010100 | 101111 |
Color Harmonies of #134FDD
Complementary color
Monochromatic Colors of #134FDD
Black with #134FDD
Text Example
Text Example
White with #134FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FDD; }
p { color: rgb(19,79,221); }
H1.HeaderClassName
{
color: #134FDD;
}
.AnyTagClassName
{
color: #134FDD;
}
</style>
background-color css
<style>
a { background-color: #134FDD; }
a { background-color: rgb(19,79,221); }
div.DivClassName
{
background-color: #134FDD;
}
.BgClassName
{
background-color: #134FDD;
}
</style>
border-color css
<style>
span { border-color: #134FDD; }
span { border-color: rgb(19,79,221); }
td.TdClassName
{
border-color: #134FDD;
}
.TagClassName
{
border-color: #134FDD;
}
</style>