Shades of Navy Blue #1262DC
Tints of Navy Blue #1262DC
RGB
CMYK
RGB Variations
Color information
#1262DC (or 0x1262DC) is known color: Navy Blue. HEX triplet: 12, 62 and DC. RGB value is (18,98,220). Sum of RGB (Red+Green+Blue) = 18+98+220=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #1262DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262DC is #ED9D23. Grayscale: #575757. Windows color (decimal): -15572260 or 14443026. OLE color: 14443026.
HSL color Cylindrical-coordinate representation of color #1262DC: hue angle of 216.24º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1262DC is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 98 | 220 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.14 |
| HSL | 216.24º | 0.85% | 0.47% | - |
| HSV(B) | 216.24º | 0.92% | 0.86% | - |
| XYZ | 17.54 | 14.03 | 69.49 | - |
| YUV | 87.99 | 202.5 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 220 | 0.92 | 0.55 | 0 | 0.14 | 216.24 | 0.85 | 0.47 |
| Hex | 12 | 62 | DC | 5C | 37 | 0 | E | D8 | 55 | 2F |
| Octal | 22 | 142 | 334 | 134 | 67 | 0 | 16 | 330 | 125 | 57 |
| Binary | 10010 | 1100010 | 11011100 | 1011100 | 110111 | 0 | 1110 | 11011000 | 1010101 | 101111 |
Color Harmonies of #1262DC
Complementary color
Monochromatic Colors of #1262DC
Black with #1262DC
Text Example
Text Example
White with #1262DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1262DC; }
p { color: rgb(18,98,220); }
H1.HeaderClassName
{
color: #1262DC;
}
.AnyTagClassName
{
color: #1262DC;
}
</style>
background-color css
<style>
a { background-color: #1262DC; }
a { background-color: rgb(18,98,220); }
div.DivClassName
{
background-color: #1262DC;
}
.BgClassName
{
background-color: #1262DC;
}
</style>
border-color css
<style>
span { border-color: #1262DC; }
span { border-color: rgb(18,98,220); }
td.TdClassName
{
border-color: #1262DC;
}
.TagClassName
{
border-color: #1262DC;
}
</style>