Shades of Navy Blue #1254DA
Tints of Navy Blue #1254DA
RGB
CMYK
RGB Variations
Color information
#1254DA (or 0x1254DA) is known color: Navy Blue. HEX triplet: 12, 54 and DA. RGB value is (18,84,218). Sum of RGB (Red+Green+Blue) = 18+84+218=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #1254DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254DA is #EDAB25. Grayscale: #4E4E4E. Windows color (decimal): -15575846 or 14308370. OLE color: 14308370.
HSL color Cylindrical-coordinate representation of color #1254DA: hue angle of 220.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 #1254DA is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 84 | 218 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.15 |
| HSL | 220.2º | 0.85% | 0.46% | - |
| HSV(B) | 220.2º | 0.92% | 0.85% | - |
| XYZ | 16.07 | 11.53 | 67.71 | - |
| YUV | 79.54 | 206.13 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 218 | 0.92 | 0.61 | 0 | 0.15 | 220.2 | 0.85 | 0.46 |
| Hex | 12 | 54 | DA | 5C | 3D | 0 | F | DC | 55 | 2E |
| Octal | 22 | 124 | 332 | 134 | 75 | 0 | 17 | 334 | 125 | 56 |
| Binary | 10010 | 1010100 | 11011010 | 1011100 | 111101 | 0 | 1111 | 11011100 | 1010101 | 101110 |
Color Harmonies of #1254DA
Complementary color
Monochromatic Colors of #1254DA
Black with #1254DA
Text Example
Text Example
White with #1254DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1254DA; }
p { color: rgb(18,84,218); }
H1.HeaderClassName
{
color: #1254DA;
}
.AnyTagClassName
{
color: #1254DA;
}
</style>
background-color css
<style>
a { background-color: #1254DA; }
a { background-color: rgb(18,84,218); }
div.DivClassName
{
background-color: #1254DA;
}
.BgClassName
{
background-color: #1254DA;
}
</style>
border-color css
<style>
span { border-color: #1254DA; }
span { border-color: rgb(18,84,218); }
td.TdClassName
{
border-color: #1254DA;
}
.TagClassName
{
border-color: #1254DA;
}
</style>