Shades of Navy Blue #1384CF
Tints of Navy Blue #1384CF
RGB
CMYK
RGB Variations
Color information
#1384CF (or 0x1384CF) is known color: Navy Blue. HEX triplet: 13, 84 and CF. RGB value is (19,132,207). Sum of RGB (Red+Green+Blue) = 19+132+207=358 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.31% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #1384CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384CF is #EC7B30. Grayscale: #6A6A6A. Windows color (decimal): -15498033 or 13599763. OLE color: 13599763.
HSL color Cylindrical-coordinate representation of color #1384CF: hue angle of 203.94º 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 #1384CF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 132 | 207 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.19 |
| HSL | 203.94º | 0.83% | 0.44% | - |
| HSV(B) | 203.94º | 0.91% | 0.81% | - |
| XYZ | 19.78 | 21.15 | 62.07 | - |
| YUV | 106.76 | 184.56 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 207 | 0.91 | 0.36 | 0 | 0.19 | 203.94 | 0.83 | 0.44 |
| Hex | 13 | 84 | CF | 5B | 24 | 0 | 13 | CC | 53 | 2C |
| Octal | 23 | 204 | 317 | 133 | 44 | 0 | 23 | 314 | 123 | 54 |
| Binary | 10011 | 10000100 | 11001111 | 1011011 | 100100 | 0 | 10011 | 11001100 | 1010011 | 101100 |
Color Harmonies of #1384CF
Complementary color
Monochromatic Colors of #1384CF
Black with #1384CF
Text Example
Text Example
White with #1384CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384CF; }
p { color: rgb(19,132,207); }
H1.HeaderClassName
{
color: #1384CF;
}
.AnyTagClassName
{
color: #1384CF;
}
</style>
background-color css
<style>
a { background-color: #1384CF; }
a { background-color: rgb(19,132,207); }
div.DivClassName
{
background-color: #1384CF;
}
.BgClassName
{
background-color: #1384CF;
}
</style>
border-color css
<style>
span { border-color: #1384CF; }
span { border-color: rgb(19,132,207); }
td.TdClassName
{
border-color: #1384CF;
}
.TagClassName
{
border-color: #1384CF;
}
</style>