Shades of Navy Blue #1384CE
Tints of Navy Blue #1384CE
RGB
CMYK
RGB Variations
Color information
#1384CE (or 0x1384CE) is known color: Navy Blue. HEX triplet: 13, 84 and CE. RGB value is (19,132,206). Sum of RGB (Red+Green+Blue) = 19+132+206=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #1384CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1384CE is #EC7B31. Grayscale: #6A6A6A. Windows color (decimal): -15498034 or 13534227. OLE color: 13534227.
HSL color Cylindrical-coordinate representation of color #1384CE: hue angle of 203.74º 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 #1384CE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 132 | 206 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.19 |
| HSL | 203.74º | 0.83% | 0.44% | - |
| HSV(B) | 203.74º | 0.91% | 0.81% | - |
| XYZ | 19.66 | 21.1 | 61.43 | - |
| YUV | 106.65 | 184.06 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 206 | 0.91 | 0.36 | 0 | 0.19 | 203.74 | 0.83 | 0.44 |
| Hex | 13 | 84 | CE | 5B | 24 | 0 | 13 | CC | 53 | 2C |
| Octal | 23 | 204 | 316 | 133 | 44 | 0 | 23 | 314 | 123 | 54 |
| Binary | 10011 | 10000100 | 11001110 | 1011011 | 100100 | 0 | 10011 | 11001100 | 1010011 | 101100 |
Color Harmonies of #1384CE
Complementary color
Monochromatic Colors of #1384CE
Black with #1384CE
Text Example
Text Example
White with #1384CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1384CE; }
p { color: rgb(19,132,206); }
H1.HeaderClassName
{
color: #1384CE;
}
.AnyTagClassName
{
color: #1384CE;
}
</style>
background-color css
<style>
a { background-color: #1384CE; }
a { background-color: rgb(19,132,206); }
div.DivClassName
{
background-color: #1384CE;
}
.BgClassName
{
background-color: #1384CE;
}
</style>
border-color css
<style>
span { border-color: #1384CE; }
span { border-color: rgb(19,132,206); }
td.TdClassName
{
border-color: #1384CE;
}
.TagClassName
{
border-color: #1384CE;
}
</style>