Shades of Navy Blue #1268D0
Tints of Navy Blue #1268D0
RGB
CMYK
RGB Variations
Color information
#1268D0 (or 0x1268D0) is known color: Navy Blue. HEX triplet: 12, 68 and D0. RGB value is (18,104,208). Sum of RGB (Red+Green+Blue) = 18+104+208=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 208 (81.64% from 255 or 63.03% from 330); Max value from RGB is 208 - color contains mainly: blue. Hex color #1268D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268D0 is #ED972F. Grayscale: #595959. Windows color (decimal): -15570736 or 13658130. OLE color: 13658130.
HSL color Cylindrical-coordinate representation of color #1268D0: hue angle of 212.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1268D0 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 104 | 208 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.18 |
| HSL | 212.84º | 0.84% | 0.44% | - |
| HSV(B) | 212.84º | 0.91% | 0.82% | - |
| XYZ | 16.58 | 14.58 | 61.62 | - |
| YUV | 90.14 | 194.51 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 208 | 0.91 | 0.5 | 0 | 0.18 | 212.84 | 0.84 | 0.44 |
| Hex | 12 | 68 | D0 | 5B | 32 | 0 | 12 | D5 | 54 | 2C |
| Octal | 22 | 150 | 320 | 133 | 62 | 0 | 22 | 325 | 124 | 54 |
| Binary | 10010 | 1101000 | 11010000 | 1011011 | 110010 | 0 | 10010 | 11010101 | 1010100 | 101100 |
Color Harmonies of #1268D0
Complementary color
Monochromatic Colors of #1268D0
Black with #1268D0
Text Example
Text Example
White with #1268D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268D0; }
p { color: rgb(18,104,208); }
H1.HeaderClassName
{
color: #1268D0;
}
.AnyTagClassName
{
color: #1268D0;
}
</style>
background-color css
<style>
a { background-color: #1268D0; }
a { background-color: rgb(18,104,208); }
div.DivClassName
{
background-color: #1268D0;
}
.BgClassName
{
background-color: #1268D0;
}
</style>
border-color css
<style>
span { border-color: #1268D0; }
span { border-color: rgb(18,104,208); }
td.TdClassName
{
border-color: #1268D0;
}
.TagClassName
{
border-color: #1268D0;
}
</style>