Shades of Navy Blue #1268DD
Tints of Navy Blue #1268DD
RGB
CMYK
RGB Variations
Color information
#1268DD (or 0x1268DD) is known color: Navy Blue. HEX triplet: 12, 68 and DD. RGB value is (18,104,221). Sum of RGB (Red+Green+Blue) = 18+104+221=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #1268DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268DD is #ED9722. Grayscale: #5B5B5B. Windows color (decimal): -15570723 or 14510098. OLE color: 14510098.
HSL color Cylindrical-coordinate representation of color #1268DD: hue angle of 214.58º 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 #1268DD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 104 | 221 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.13 |
| HSL | 214.58º | 0.85% | 0.47% | - |
| HSV(B) | 214.58º | 0.92% | 0.87% | - |
| XYZ | 18.25 | 15.25 | 70.39 | - |
| YUV | 91.62 | 201.01 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 221 | 0.92 | 0.53 | 0 | 0.13 | 214.58 | 0.85 | 0.47 |
| Hex | 12 | 68 | DD | 5C | 35 | 0 | D | D7 | 55 | 2F |
| Octal | 22 | 150 | 335 | 134 | 65 | 0 | 15 | 327 | 125 | 57 |
| Binary | 10010 | 1101000 | 11011101 | 1011100 | 110101 | 0 | 1101 | 11010111 | 1010101 | 101111 |
Color Harmonies of #1268DD
Complementary color
Monochromatic Colors of #1268DD
Black with #1268DD
Text Example
Text Example
White with #1268DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268DD; }
p { color: rgb(18,104,221); }
H1.HeaderClassName
{
color: #1268DD;
}
.AnyTagClassName
{
color: #1268DD;
}
</style>
background-color css
<style>
a { background-color: #1268DD; }
a { background-color: rgb(18,104,221); }
div.DivClassName
{
background-color: #1268DD;
}
.BgClassName
{
background-color: #1268DD;
}
</style>
border-color css
<style>
span { border-color: #1268DD; }
span { border-color: rgb(18,104,221); }
td.TdClassName
{
border-color: #1268DD;
}
.TagClassName
{
border-color: #1268DD;
}
</style>