Shades of Navy Blue #1257FE
Tints of Navy Blue #1257FE
RGB
CMYK
RGB Variations
Color information
#1257FE (or 0x1257FE) is known color: Navy Blue. HEX triplet: 12, 57 and FE. RGB value is (18,87,254). Sum of RGB (Red+Green+Blue) = 18+87+254=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #1257FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1257FE is #EDA801. Grayscale: #545454. Windows color (decimal): -15575042 or 16668434. OLE color: 16668434.
HSL color Cylindrical-coordinate representation of color #1257FE: hue angle of 222.46º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1257FE is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 87 | 254 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.00 |
| HSL | 222.46º | 0.99% | 0.53% | - |
| HSV(B) | 222.46º | 0.93% | 1% | - |
| XYZ | 21.55 | 14.1 | 95.35 | - |
| YUV | 85.41 | 223.14 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 87 | 254 | 0.93 | 0.66 | 0 | 0.00 | 222.46 | 0.99 | 0.53 |
| Hex | 12 | 57 | FE | 5D | 42 | 0 | 0 | DE | 63 | 35 |
| Octal | 22 | 127 | 376 | 135 | 102 | 0 | 0 | 336 | 143 | 65 |
| Binary | 10010 | 1010111 | 11111110 | 1011101 | 1000010 | 0 | 0 | 11011110 | 1100011 | 110101 |
Color Harmonies of #1257FE
Complementary color
Monochromatic Colors of #1257FE
Black with #1257FE
Text Example
Text Example
White with #1257FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1257FE; }
p { color: rgb(18,87,254); }
H1.HeaderClassName
{
color: #1257FE;
}
.AnyTagClassName
{
color: #1257FE;
}
</style>
background-color css
<style>
a { background-color: #1257FE; }
a { background-color: rgb(18,87,254); }
div.DivClassName
{
background-color: #1257FE;
}
.BgClassName
{
background-color: #1257FE;
}
</style>
border-color css
<style>
span { border-color: #1257FE; }
span { border-color: rgb(18,87,254); }
td.TdClassName
{
border-color: #1257FE;
}
.TagClassName
{
border-color: #1257FE;
}
</style>