Shades of Navy Blue #1262DD
Tints of Navy Blue #1262DD
RGB
CMYK
RGB Variations
Color information
#1262DD (or 0x1262DD) is known color: Navy Blue. HEX triplet: 12, 62 and DD. RGB value is (18,98,221). Sum of RGB (Red+Green+Blue) = 18+98+221=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #1262DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262DD is #ED9D22. Grayscale: #575757. Windows color (decimal): -15572259 or 14508562. OLE color: 14508562.
HSL color Cylindrical-coordinate representation of color #1262DD: hue angle of 216.35º 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 #1262DD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 98 | 221 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.13 |
| HSL | 216.35º | 0.85% | 0.47% | - |
| HSV(B) | 216.35º | 0.92% | 0.87% | - |
| XYZ | 17.67 | 14.08 | 70.19 | - |
| YUV | 88.1 | 203 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 221 | 0.92 | 0.56 | 0 | 0.13 | 216.35 | 0.85 | 0.47 |
| Hex | 12 | 62 | DD | 5C | 38 | 0 | D | D8 | 55 | 2F |
| Octal | 22 | 142 | 335 | 134 | 70 | 0 | 15 | 330 | 125 | 57 |
| Binary | 10010 | 1100010 | 11011101 | 1011100 | 111000 | 0 | 1101 | 11011000 | 1010101 | 101111 |
Color Harmonies of #1262DD
Complementary color
Monochromatic Colors of #1262DD
Black with #1262DD
Text Example
Text Example
White with #1262DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262DD; }
p { color: rgb(18,98,221); }
H1.HeaderClassName
{
color: #1262DD;
}
.AnyTagClassName
{
color: #1262DD;
}
</style>
background-color css
<style>
a { background-color: #1262DD; }
a { background-color: rgb(18,98,221); }
div.DivClassName
{
background-color: #1262DD;
}
.BgClassName
{
background-color: #1262DD;
}
</style>
border-color css
<style>
span { border-color: #1262DD; }
span { border-color: rgb(18,98,221); }
td.TdClassName
{
border-color: #1262DD;
}
.TagClassName
{
border-color: #1262DD;
}
</style>