Shades of Navy Blue #1268DA
Tints of Navy Blue #1268DA
RGB
CMYK
RGB Variations
Color information
#1268DA (or 0x1268DA) is known color: Navy Blue. HEX triplet: 12, 68 and DA. RGB value is (18,104,218). Sum of RGB (Red+Green+Blue) = 18+104+218=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #1268DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1268DA is #ED9725. Grayscale: #5A5A5A. Windows color (decimal): -15570726 or 14313490. OLE color: 14313490.
HSL color Cylindrical-coordinate representation of color #1268DA: hue angle of 214.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1268DA is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 104 | 218 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.15 |
| HSL | 214.2º | 0.85% | 0.46% | - |
| HSV(B) | 214.2º | 0.92% | 0.85% | - |
| XYZ | 17.85 | 15.09 | 68.3 | - |
| YUV | 91.28 | 199.51 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 104 | 218 | 0.92 | 0.52 | 0 | 0.15 | 214.2 | 0.85 | 0.46 |
| Hex | 12 | 68 | DA | 5C | 34 | 0 | F | D6 | 55 | 2E |
| Octal | 22 | 150 | 332 | 134 | 64 | 0 | 17 | 326 | 125 | 56 |
| Binary | 10010 | 1101000 | 11011010 | 1011100 | 110100 | 0 | 1111 | 11010110 | 1010101 | 101110 |
Color Harmonies of #1268DA
Complementary color
Monochromatic Colors of #1268DA
Black with #1268DA
Text Example
Text Example
White with #1268DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1268DA; }
p { color: rgb(18,104,218); }
H1.HeaderClassName
{
color: #1268DA;
}
.AnyTagClassName
{
color: #1268DA;
}
</style>
background-color css
<style>
a { background-color: #1268DA; }
a { background-color: rgb(18,104,218); }
div.DivClassName
{
background-color: #1268DA;
}
.BgClassName
{
background-color: #1268DA;
}
</style>
border-color css
<style>
span { border-color: #1268DA; }
span { border-color: rgb(18,104,218); }
td.TdClassName
{
border-color: #1268DA;
}
.TagClassName
{
border-color: #1268DA;
}
</style>