Shades of Navy Blue #1273DD
Tints of Navy Blue #1273DD
RGB
CMYK
RGB Variations
Color information
#1273DD (or 0x1273DD) is known color: Navy Blue. HEX triplet: 12, 73 and DD. RGB value is (18,115,221). Sum of RGB (Red+Green+Blue) = 18+115+221=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #1273DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273DD is #ED8C22. Grayscale: #616161. Windows color (decimal): -15567907 or 14512914. OLE color: 14512914.
HSL color Cylindrical-coordinate representation of color #1273DD: hue angle of 211.33º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1273DD is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 115 | 221 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.13 |
| HSL | 211.33º | 0.85% | 0.47% | - |
| HSV(B) | 211.33º | 0.92% | 0.87% | - |
| XYZ | 19.43 | 17.61 | 70.78 | - |
| YUV | 98.08 | 197.36 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 221 | 0.92 | 0.48 | 0 | 0.13 | 211.33 | 0.85 | 0.47 |
| Hex | 12 | 73 | DD | 5C | 30 | 0 | D | D3 | 55 | 2F |
| Octal | 22 | 163 | 335 | 134 | 60 | 0 | 15 | 323 | 125 | 57 |
| Binary | 10010 | 1110011 | 11011101 | 1011100 | 110000 | 0 | 1101 | 11010011 | 1010101 | 101111 |
Color Harmonies of #1273DD
Complementary color
Monochromatic Colors of #1273DD
Black with #1273DD
Text Example
Text Example
White with #1273DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273DD; }
p { color: rgb(18,115,221); }
H1.HeaderClassName
{
color: #1273DD;
}
.AnyTagClassName
{
color: #1273DD;
}
</style>
background-color css
<style>
a { background-color: #1273DD; }
a { background-color: rgb(18,115,221); }
div.DivClassName
{
background-color: #1273DD;
}
.BgClassName
{
background-color: #1273DD;
}
</style>
border-color css
<style>
span { border-color: #1273DD; }
span { border-color: rgb(18,115,221); }
td.TdClassName
{
border-color: #1273DD;
}
.TagClassName
{
border-color: #1273DD;
}
</style>