Shades of Navy Blue #1375CA
Tints of Navy Blue #1375CA
RGB
CMYK
RGB Variations
Color information
#1375CA (or 0x1375CA) is known color: Navy Blue. HEX triplet: 13, 75 and CA. RGB value is (19,117,202). Sum of RGB (Red+Green+Blue) = 19+117+202=338 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.62% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #1375CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375CA is #EC8A35. Grayscale: #606060. Windows color (decimal): -15501878 or 13268243. OLE color: 13268243.
HSL color Cylindrical-coordinate representation of color #1375CA: hue angle of 207.87º 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 #1375CA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 117 | 202 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.21 |
| HSL | 207.87º | 0.83% | 0.43% | - |
| HSV(B) | 207.87º | 0.91% | 0.79% | - |
| XYZ | 17.29 | 17.13 | 58.27 | - |
| YUV | 97.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 202 | 0.91 | 0.42 | 0 | 0.21 | 207.87 | 0.83 | 0.43 |
| Hex | 13 | 75 | CA | 5B | 2A | 0 | 15 | D0 | 53 | 2B |
| Octal | 23 | 165 | 312 | 133 | 52 | 0 | 25 | 320 | 123 | 53 |
| Binary | 10011 | 1110101 | 11001010 | 1011011 | 101010 | 0 | 10101 | 11010000 | 1010011 | 101011 |
Color Harmonies of #1375CA
Complementary color
Monochromatic Colors of #1375CA
Black with #1375CA
Text Example
Text Example
White with #1375CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375CA; }
p { color: rgb(19,117,202); }
H1.HeaderClassName
{
color: #1375CA;
}
.AnyTagClassName
{
color: #1375CA;
}
</style>
background-color css
<style>
a { background-color: #1375CA; }
a { background-color: rgb(19,117,202); }
div.DivClassName
{
background-color: #1375CA;
}
.BgClassName
{
background-color: #1375CA;
}
</style>
border-color css
<style>
span { border-color: #1375CA; }
span { border-color: rgb(19,117,202); }
td.TdClassName
{
border-color: #1375CA;
}
.TagClassName
{
border-color: #1375CA;
}
</style>