Shades of Navy Blue #1382CF
Tints of Navy Blue #1382CF
RGB
CMYK
RGB Variations
Color information
#1382CF (or 0x1382CF) is known color: Navy Blue. HEX triplet: 13, 82 and CF. RGB value is (19,130,207). Sum of RGB (Red+Green+Blue) = 19+130+207=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1382CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1382CF is #EC7D30. Grayscale: #696969. Windows color (decimal): -15498545 or 13599251. OLE color: 13599251.
HSL color Cylindrical-coordinate representation of color #1382CF: hue angle of 204.57º 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 #1382CF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 130 | 207 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.19 |
| HSL | 204.57º | 0.83% | 0.44% | - |
| HSV(B) | 204.57º | 0.91% | 0.81% | - |
| XYZ | 19.51 | 20.61 | 61.98 | - |
| YUV | 105.59 | 185.23 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 130 | 207 | 0.91 | 0.37 | 0 | 0.19 | 204.57 | 0.83 | 0.44 |
| Hex | 13 | 82 | CF | 5B | 25 | 0 | 13 | CD | 53 | 2C |
| Octal | 23 | 202 | 317 | 133 | 45 | 0 | 23 | 315 | 123 | 54 |
| Binary | 10011 | 10000010 | 11001111 | 1011011 | 100101 | 0 | 10011 | 11001101 | 1010011 | 101100 |
Color Harmonies of #1382CF
Complementary color
Monochromatic Colors of #1382CF
Black with #1382CF
Text Example
Text Example
White with #1382CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1382CF; }
p { color: rgb(19,130,207); }
H1.HeaderClassName
{
color: #1382CF;
}
.AnyTagClassName
{
color: #1382CF;
}
</style>
background-color css
<style>
a { background-color: #1382CF; }
a { background-color: rgb(19,130,207); }
div.DivClassName
{
background-color: #1382CF;
}
.BgClassName
{
background-color: #1382CF;
}
</style>
border-color css
<style>
span { border-color: #1382CF; }
span { border-color: rgb(19,130,207); }
td.TdClassName
{
border-color: #1382CF;
}
.TagClassName
{
border-color: #1382CF;
}
</style>