Shades of Navy Blue #1285DA
Tints of Navy Blue #1285DA
RGB
CMYK
RGB Variations
Color information
#1285DA (or 0x1285DA) is known color: Navy Blue. HEX triplet: 12, 85 and DA. RGB value is (18,133,218). Sum of RGB (Red+Green+Blue) = 18+133+218=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #1285DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285DA is #ED7A25. Grayscale: #6B6B6B. Windows color (decimal): -15563302 or 14320914. OLE color: 14320914.
HSL color Cylindrical-coordinate representation of color #1285DA: hue angle of 205.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1285DA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 133 | 218 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.15 |
| HSL | 205.5º | 0.85% | 0.46% | - |
| HSV(B) | 205.5º | 0.92% | 0.85% | - |
| XYZ | 21.29 | 21.97 | 69.45 | - |
| YUV | 108.31 | 189.9 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 218 | 0.92 | 0.39 | 0 | 0.15 | 205.5 | 0.85 | 0.46 |
| Hex | 12 | 85 | DA | 5C | 27 | 0 | F | CE | 55 | 2E |
| Octal | 22 | 205 | 332 | 134 | 47 | 0 | 17 | 316 | 125 | 56 |
| Binary | 10010 | 10000101 | 11011010 | 1011100 | 100111 | 0 | 1111 | 11001110 | 1010101 | 101110 |
Color Harmonies of #1285DA
Complementary color
Monochromatic Colors of #1285DA
Black with #1285DA
Text Example
Text Example
White with #1285DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285DA; }
p { color: rgb(18,133,218); }
H1.HeaderClassName
{
color: #1285DA;
}
.AnyTagClassName
{
color: #1285DA;
}
</style>
background-color css
<style>
a { background-color: #1285DA; }
a { background-color: rgb(18,133,218); }
div.DivClassName
{
background-color: #1285DA;
}
.BgClassName
{
background-color: #1285DA;
}
</style>
border-color css
<style>
span { border-color: #1285DA; }
span { border-color: rgb(18,133,218); }
td.TdClassName
{
border-color: #1285DA;
}
.TagClassName
{
border-color: #1285DA;
}
</style>