Shades of Navy Blue #1385DA
Tints of Navy Blue #1385DA
RGB
CMYK
RGB Variations
Color information
#1385DA (or 0x1385DA) is known color: Navy Blue. HEX triplet: 13, 85 and DA. RGB value is (19,133,218). Sum of RGB (Red+Green+Blue) = 19+133+218=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #1385DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1385DA is #EC7A25. Grayscale: #6C6C6C. Windows color (decimal): -15497766 or 14320915. OLE color: 14320915.
HSL color Cylindrical-coordinate representation of color #1385DA: hue angle of 205.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1385DA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 133 | 218 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.15 |
| HSL | 205.63º | 0.84% | 0.46% | - |
| HSV(B) | 205.63º | 0.91% | 0.85% | - |
| XYZ | 21.31 | 21.98 | 69.45 | - |
| YUV | 108.6 | 189.73 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 218 | 0.91 | 0.39 | 0 | 0.15 | 205.63 | 0.84 | 0.46 |
| Hex | 13 | 85 | DA | 5B | 27 | 0 | F | CE | 54 | 2E |
| Octal | 23 | 205 | 332 | 133 | 47 | 0 | 17 | 316 | 124 | 56 |
| Binary | 10011 | 10000101 | 11011010 | 1011011 | 100111 | 0 | 1111 | 11001110 | 1010100 | 101110 |
Color Harmonies of #1385DA
Complementary color
Monochromatic Colors of #1385DA
Black with #1385DA
Text Example
Text Example
White with #1385DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385DA; }
p { color: rgb(19,133,218); }
H1.HeaderClassName
{
color: #1385DA;
}
.AnyTagClassName
{
color: #1385DA;
}
</style>
background-color css
<style>
a { background-color: #1385DA; }
a { background-color: rgb(19,133,218); }
div.DivClassName
{
background-color: #1385DA;
}
.BgClassName
{
background-color: #1385DA;
}
</style>
border-color css
<style>
span { border-color: #1385DA; }
span { border-color: rgb(19,133,218); }
td.TdClassName
{
border-color: #1385DA;
}
.TagClassName
{
border-color: #1385DA;
}
</style>