Shades of Navy Blue #1267DD
Tints of Navy Blue #1267DD
RGB
CMYK
RGB Variations
Color information
#1267DD (or 0x1267DD) is known color: Navy Blue. HEX triplet: 12, 67 and DD. RGB value is (18,103,221). Sum of RGB (Red+Green+Blue) = 18+103+221=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1267DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1267DD is #ED9822. Grayscale: #5A5A5A. Windows color (decimal): -15570979 or 14509842. OLE color: 14509842.
HSL color Cylindrical-coordinate representation of color #1267DD: hue angle of 214.88º 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 #1267DD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 103 | 221 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.13 |
| HSL | 214.88º | 0.85% | 0.47% | - |
| HSV(B) | 214.88º | 0.92% | 0.87% | - |
| XYZ | 18.15 | 15.05 | 70.35 | - |
| YUV | 91.04 | 201.34 | 75.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 103 | 221 | 0.92 | 0.53 | 0 | 0.13 | 214.88 | 0.85 | 0.47 |
| Hex | 12 | 67 | DD | 5C | 35 | 0 | D | D7 | 55 | 2F |
| Octal | 22 | 147 | 335 | 134 | 65 | 0 | 15 | 327 | 125 | 57 |
| Binary | 10010 | 1100111 | 11011101 | 1011100 | 110101 | 0 | 1101 | 11010111 | 1010101 | 101111 |
Color Harmonies of #1267DD
Complementary color
Monochromatic Colors of #1267DD
Black with #1267DD
Text Example
Text Example
White with #1267DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1267DD; }
p { color: rgb(18,103,221); }
H1.HeaderClassName
{
color: #1267DD;
}
.AnyTagClassName
{
color: #1267DD;
}
</style>
background-color css
<style>
a { background-color: #1267DD; }
a { background-color: rgb(18,103,221); }
div.DivClassName
{
background-color: #1267DD;
}
.BgClassName
{
background-color: #1267DD;
}
</style>
border-color css
<style>
span { border-color: #1267DD; }
span { border-color: rgb(18,103,221); }
td.TdClassName
{
border-color: #1267DD;
}
.TagClassName
{
border-color: #1267DD;
}
</style>