Shades of Navy Blue #1374CA
Tints of Navy Blue #1374CA
RGB
CMYK
RGB Variations
Color information
#1374CA (or 0x1374CA) is known color: Navy Blue. HEX triplet: 13, 74 and CA. RGB value is (19,116,202). Sum of RGB (Red+Green+Blue) = 19+116+202=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #1374CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374CA is #EC8B35. Grayscale: #606060. Windows color (decimal): -15502134 or 13267987. OLE color: 13267987.
HSL color Cylindrical-coordinate representation of color #1374CA: hue angle of 208.2º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1374CA is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 116 | 202 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.21 |
| HSL | 208.2º | 0.83% | 0.43% | - |
| HSV(B) | 208.2º | 0.91% | 0.79% | - |
| XYZ | 17.17 | 16.89 | 58.23 | - |
| YUV | 96.8 | 187.36 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 202 | 0.91 | 0.43 | 0 | 0.21 | 208.2 | 0.83 | 0.43 |
| Hex | 13 | 74 | CA | 5B | 2B | 0 | 15 | D0 | 53 | 2B |
| Octal | 23 | 164 | 312 | 133 | 53 | 0 | 25 | 320 | 123 | 53 |
| Binary | 10011 | 1110100 | 11001010 | 1011011 | 101011 | 0 | 10101 | 11010000 | 1010011 | 101011 |
Color Harmonies of #1374CA
Complementary color
Monochromatic Colors of #1374CA
Black with #1374CA
Text Example
Text Example
White with #1374CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374CA; }
p { color: rgb(19,116,202); }
H1.HeaderClassName
{
color: #1374CA;
}
.AnyTagClassName
{
color: #1374CA;
}
</style>
background-color css
<style>
a { background-color: #1374CA; }
a { background-color: rgb(19,116,202); }
div.DivClassName
{
background-color: #1374CA;
}
.BgClassName
{
background-color: #1374CA;
}
</style>
border-color css
<style>
span { border-color: #1374CA; }
span { border-color: rgb(19,116,202); }
td.TdClassName
{
border-color: #1374CA;
}
.TagClassName
{
border-color: #1374CA;
}
</style>