Shades of Navy Blue #1374CF
Tints of Navy Blue #1374CF
RGB
CMYK
RGB Variations
Color information
#1374CF (or 0x1374CF) is known color: Navy Blue. HEX triplet: 13, 74 and CF. RGB value is (19,116,207). Sum of RGB (Red+Green+Blue) = 19+116+207=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1374CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1374CF is #EC8B30. Grayscale: #606060. Windows color (decimal): -15502129 or 13595667. OLE color: 13595667.
HSL color Cylindrical-coordinate representation of color #1374CF: hue angle of 209.04º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1374CF is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 116 | 207 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.19 |
| HSL | 209.04º | 0.83% | 0.44% | - |
| HSV(B) | 209.04º | 0.91% | 0.81% | - |
| XYZ | 17.78 | 17.13 | 61.4 | - |
| YUV | 97.37 | 189.86 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 207 | 0.91 | 0.44 | 0 | 0.19 | 209.04 | 0.83 | 0.44 |
| Hex | 13 | 74 | CF | 5B | 2C | 0 | 13 | D1 | 53 | 2C |
| Octal | 23 | 164 | 317 | 133 | 54 | 0 | 23 | 321 | 123 | 54 |
| Binary | 10011 | 1110100 | 11001111 | 1011011 | 101100 | 0 | 10011 | 11010001 | 1010011 | 101100 |
Color Harmonies of #1374CF
Complementary color
Monochromatic Colors of #1374CF
Black with #1374CF
Text Example
Text Example
White with #1374CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1374CF; }
p { color: rgb(19,116,207); }
H1.HeaderClassName
{
color: #1374CF;
}
.AnyTagClassName
{
color: #1374CF;
}
</style>
background-color css
<style>
a { background-color: #1374CF; }
a { background-color: rgb(19,116,207); }
div.DivClassName
{
background-color: #1374CF;
}
.BgClassName
{
background-color: #1374CF;
}
</style>
border-color css
<style>
span { border-color: #1374CF; }
span { border-color: rgb(19,116,207); }
td.TdClassName
{
border-color: #1374CF;
}
.TagClassName
{
border-color: #1374CF;
}
</style>