Shades of Navy Blue #1272DE
Tints of Navy Blue #1272DE
RGB
CMYK
RGB Variations
Color information
#1272DE (or 0x1272DE) is known color: Navy Blue. HEX triplet: 12, 72 and DE. RGB value is (18,114,222). Sum of RGB (Red+Green+Blue) = 18+114+222=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 222 (87.11% from 255 or 62.71% from 354); Max value from RGB is 222 - color contains mainly: blue. Hex color #1272DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272DE is #ED8D21. Grayscale: #616161. Windows color (decimal): -15568162 or 14578194. OLE color: 14578194.
HSL color Cylindrical-coordinate representation of color #1272DE: hue angle of 211.76º 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 #1272DE is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 114 | 222 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.13 |
| HSL | 211.76º | 0.85% | 0.47% | - |
| HSV(B) | 211.76º | 0.92% | 0.87% | - |
| XYZ | 19.45 | 17.44 | 71.45 | - |
| YUV | 97.61 | 198.2 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 222 | 0.92 | 0.49 | 0 | 0.13 | 211.76 | 0.85 | 0.47 |
| Hex | 12 | 72 | DE | 5C | 31 | 0 | D | D4 | 55 | 2F |
| Octal | 22 | 162 | 336 | 134 | 61 | 0 | 15 | 324 | 125 | 57 |
| Binary | 10010 | 1110010 | 11011110 | 1011100 | 110001 | 0 | 1101 | 11010100 | 1010101 | 101111 |
Color Harmonies of #1272DE
Complementary color
Monochromatic Colors of #1272DE
Black with #1272DE
Text Example
Text Example
White with #1272DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272DE; }
p { color: rgb(18,114,222); }
H1.HeaderClassName
{
color: #1272DE;
}
.AnyTagClassName
{
color: #1272DE;
}
</style>
background-color css
<style>
a { background-color: #1272DE; }
a { background-color: rgb(18,114,222); }
div.DivClassName
{
background-color: #1272DE;
}
.BgClassName
{
background-color: #1272DE;
}
</style>
border-color css
<style>
span { border-color: #1272DE; }
span { border-color: rgb(18,114,222); }
td.TdClassName
{
border-color: #1272DE;
}
.TagClassName
{
border-color: #1272DE;
}
</style>