Shades of Navy Blue #1257DA
Tints of Navy Blue #1257DA
RGB
CMYK
RGB Variations
Color information
#1257DA (or 0x1257DA) is known color: Navy Blue. HEX triplet: 12, 57 and DA. RGB value is (18,87,218). Sum of RGB (Red+Green+Blue) = 18+87+218=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #1257DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1257DA is #EDA825. Grayscale: #505050. Windows color (decimal): -15575078 or 14309138. OLE color: 14309138.
HSL color Cylindrical-coordinate representation of color #1257DA: hue angle of 219.3º 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 #1257DA is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 87 | 218 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.15 |
| HSL | 219.3º | 0.85% | 0.46% | - |
| HSV(B) | 219.3º | 0.92% | 0.85% | - |
| XYZ | 16.31 | 12.01 | 67.79 | - |
| YUV | 81.3 | 205.14 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 218 | 0.92 | 0.60 | 0 | 0.15 | 219.3 | 0.85 | 0.46 |
| Hex | 12 | 57 | DA | 5C | 3C | 0 | F | DB | 55 | 2E |
| Octal | 22 | 127 | 332 | 134 | 74 | 0 | 17 | 333 | 125 | 56 |
| Binary | 10010 | 1010111 | 11011010 | 1011100 | 111100 | 0 | 1111 | 11011011 | 1010101 | 101110 |
Color Harmonies of #1257DA
Complementary color
Monochromatic Colors of #1257DA
Black with #1257DA
Text Example
Text Example
White with #1257DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257DA; }
p { color: rgb(18,87,218); }
H1.HeaderClassName
{
color: #1257DA;
}
.AnyTagClassName
{
color: #1257DA;
}
</style>
background-color css
<style>
a { background-color: #1257DA; }
a { background-color: rgb(18,87,218); }
div.DivClassName
{
background-color: #1257DA;
}
.BgClassName
{
background-color: #1257DA;
}
</style>
border-color css
<style>
span { border-color: #1257DA; }
span { border-color: rgb(18,87,218); }
td.TdClassName
{
border-color: #1257DA;
}
.TagClassName
{
border-color: #1257DA;
}
</style>