Shades of Navy Blue #1267DE
Tints of Navy Blue #1267DE
RGB
CMYK
RGB Variations
Color information
#1267DE (or 0x1267DE) is known color: Navy Blue. HEX triplet: 12, 67 and DE. RGB value is (18,103,222). Sum of RGB (Red+Green+Blue) = 18+103+222=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #1267DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267DE is #ED9821. Grayscale: #5A5A5A. Windows color (decimal): -15570978 or 14575378. OLE color: 14575378.
HSL color Cylindrical-coordinate representation of color #1267DE: hue angle of 215º 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 #1267DE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 103 | 222 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.13 |
| HSL | 215º | 0.85% | 0.47% | - |
| HSV(B) | 215º | 0.92% | 0.87% | - |
| XYZ | 18.28 | 15.1 | 71.06 | - |
| YUV | 91.15 | 201.84 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 222 | 0.92 | 0.54 | 0 | 0.13 | 215 | 0.85 | 0.47 |
| Hex | 12 | 67 | DE | 5C | 36 | 0 | D | D7 | 55 | 2F |
| Octal | 22 | 147 | 336 | 134 | 66 | 0 | 15 | 327 | 125 | 57 |
| Binary | 10010 | 1100111 | 11011110 | 1011100 | 110110 | 0 | 1101 | 11010111 | 1010101 | 101111 |
Color Harmonies of #1267DE
Complementary color
Monochromatic Colors of #1267DE
Black with #1267DE
Text Example
Text Example
White with #1267DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267DE; }
p { color: rgb(18,103,222); }
H1.HeaderClassName
{
color: #1267DE;
}
.AnyTagClassName
{
color: #1267DE;
}
</style>
background-color css
<style>
a { background-color: #1267DE; }
a { background-color: rgb(18,103,222); }
div.DivClassName
{
background-color: #1267DE;
}
.BgClassName
{
background-color: #1267DE;
}
</style>
border-color css
<style>
span { border-color: #1267DE; }
span { border-color: rgb(18,103,222); }
td.TdClassName
{
border-color: #1267DE;
}
.TagClassName
{
border-color: #1267DE;
}
</style>