Shades of Navy Blue #1379CF
Tints of Navy Blue #1379CF
RGB
CMYK
RGB Variations
Color information
#1379CF (or 0x1379CF) is known color: Navy Blue. HEX triplet: 13, 79 and CF. RGB value is (19,121,207). Sum of RGB (Red+Green+Blue) = 19+121+207=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1379CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1379CF is #EC8630. Grayscale: #636363. Windows color (decimal): -15500849 or 13596947. OLE color: 13596947.
HSL color Cylindrical-coordinate representation of color #1379CF: hue angle of 207.45º 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 #1379CF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 121 | 207 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.19 |
| HSL | 207.45º | 0.83% | 0.44% | - |
| HSV(B) | 207.45º | 0.91% | 0.81% | - |
| XYZ | 18.37 | 18.32 | 61.6 | - |
| YUV | 100.31 | 188.21 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 207 | 0.91 | 0.42 | 0 | 0.19 | 207.45 | 0.83 | 0.44 |
| Hex | 13 | 79 | CF | 5B | 2A | 0 | 13 | CF | 53 | 2C |
| Octal | 23 | 171 | 317 | 133 | 52 | 0 | 23 | 317 | 123 | 54 |
| Binary | 10011 | 1111001 | 11001111 | 1011011 | 101010 | 0 | 10011 | 11001111 | 1010011 | 101100 |
Color Harmonies of #1379CF
Complementary color
Monochromatic Colors of #1379CF
Black with #1379CF
Text Example
Text Example
White with #1379CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379CF; }
p { color: rgb(19,121,207); }
H1.HeaderClassName
{
color: #1379CF;
}
.AnyTagClassName
{
color: #1379CF;
}
</style>
background-color css
<style>
a { background-color: #1379CF; }
a { background-color: rgb(19,121,207); }
div.DivClassName
{
background-color: #1379CF;
}
.BgClassName
{
background-color: #1379CF;
}
</style>
border-color css
<style>
span { border-color: #1379CF; }
span { border-color: rgb(19,121,207); }
td.TdClassName
{
border-color: #1379CF;
}
.TagClassName
{
border-color: #1379CF;
}
</style>