Shades of Navy Blue #1368DA
Tints of Navy Blue #1368DA
RGB
CMYK
RGB Variations
Color information
#1368DA (or 0x1368DA) is known color: Navy Blue. HEX triplet: 13, 68 and DA. RGB value is (19,104,218). Sum of RGB (Red+Green+Blue) = 19+104+218=341 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.57% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 218 (85.55% from 255 or 63.93% from 341); Max value from RGB is 218 - color contains mainly: blue. Hex color #1368DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368DA is #EC9725. Grayscale: #5B5B5B. Windows color (decimal): -15505190 or 14313491. OLE color: 14313491.
HSL color Cylindrical-coordinate representation of color #1368DA: hue angle of 214.37º 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 #1368DA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 104 | 218 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.15 |
| HSL | 214.37º | 0.84% | 0.46% | - |
| HSV(B) | 214.37º | 0.91% | 0.85% | - |
| XYZ | 17.87 | 15.1 | 68.3 | - |
| YUV | 91.58 | 199.34 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 218 | 0.91 | 0.52 | 0 | 0.15 | 214.37 | 0.84 | 0.46 |
| Hex | 13 | 68 | DA | 5B | 34 | 0 | F | D6 | 54 | 2E |
| Octal | 23 | 150 | 332 | 133 | 64 | 0 | 17 | 326 | 124 | 56 |
| Binary | 10011 | 1101000 | 11011010 | 1011011 | 110100 | 0 | 1111 | 11010110 | 1010100 | 101110 |
Color Harmonies of #1368DA
Complementary color
Monochromatic Colors of #1368DA
Black with #1368DA
Text Example
Text Example
White with #1368DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368DA; }
p { color: rgb(19,104,218); }
H1.HeaderClassName
{
color: #1368DA;
}
.AnyTagClassName
{
color: #1368DA;
}
</style>
background-color css
<style>
a { background-color: #1368DA; }
a { background-color: rgb(19,104,218); }
div.DivClassName
{
background-color: #1368DA;
}
.BgClassName
{
background-color: #1368DA;
}
</style>
border-color css
<style>
span { border-color: #1368DA; }
span { border-color: rgb(19,104,218); }
td.TdClassName
{
border-color: #1368DA;
}
.TagClassName
{
border-color: #1368DA;
}
</style>