Shades of Navy Blue #1368D1
Tints of Navy Blue #1368D1
RGB
CMYK
RGB Variations
Color information
#1368D1 (or 0x1368D1) is known color: Navy Blue. HEX triplet: 13, 68 and D1. RGB value is (19,104,209). Sum of RGB (Red+Green+Blue) = 19+104+209=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #1368D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368D1 is #EC972E. Grayscale: #5A5A5A. Windows color (decimal): -15505199 or 13723667. OLE color: 13723667.
HSL color Cylindrical-coordinate representation of color #1368D1: hue angle of 213.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1368D1 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 104 | 209 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.18 |
| HSL | 213.16º | 0.83% | 0.45% | - |
| HSV(B) | 213.16º | 0.91% | 0.82% | - |
| XYZ | 16.73 | 14.64 | 62.27 | - |
| YUV | 90.56 | 194.84 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 209 | 0.91 | 0.50 | 0 | 0.18 | 213.16 | 0.83 | 0.45 |
| Hex | 13 | 68 | D1 | 5B | 32 | 0 | 12 | D5 | 53 | 2D |
| Octal | 23 | 150 | 321 | 133 | 62 | 0 | 22 | 325 | 123 | 55 |
| Binary | 10011 | 1101000 | 11010001 | 1011011 | 110010 | 0 | 10010 | 11010101 | 1010011 | 101101 |
Color Harmonies of #1368D1
Complementary color
Monochromatic Colors of #1368D1
Black with #1368D1
Text Example
Text Example
White with #1368D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368D1; }
p { color: rgb(19,104,209); }
H1.HeaderClassName
{
color: #1368D1;
}
.AnyTagClassName
{
color: #1368D1;
}
</style>
background-color css
<style>
a { background-color: #1368D1; }
a { background-color: rgb(19,104,209); }
div.DivClassName
{
background-color: #1368D1;
}
.BgClassName
{
background-color: #1368D1;
}
</style>
border-color css
<style>
span { border-color: #1368D1; }
span { border-color: rgb(19,104,209); }
td.TdClassName
{
border-color: #1368D1;
}
.TagClassName
{
border-color: #1368D1;
}
</style>