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