Shades of Navy Blue #1250F8
Tints of Navy Blue #1250F8
RGB
CMYK
RGB Variations
Color information
#1250F8 (or 0x1250F8) is known color: Navy Blue. HEX triplet: 12, 50 and F8. RGB value is (18,80,248). Sum of RGB (Red+Green+Blue) = 18+80+248=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #1250F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250F8 is #EDAF07. Grayscale: #4F4F4F. Windows color (decimal): -15576840 or 16273426. OLE color: 16273426.
HSL color Cylindrical-coordinate representation of color #1250F8: hue angle of 223.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1250F8 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 80 | 248 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.03 |
| HSL | 223.83º | 0.94% | 0.52% | - |
| HSV(B) | 223.83º | 0.93% | 0.97% | - |
| XYZ | 20.06 | 12.64 | 90.19 | - |
| YUV | 80.61 | 222.46 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 248 | 0.93 | 0.68 | 0 | 0.03 | 223.83 | 0.94 | 0.52 |
| Hex | 12 | 50 | F8 | 5D | 44 | 0 | 3 | E0 | 5E | 34 |
| Octal | 22 | 120 | 370 | 135 | 104 | 0 | 3 | 340 | 136 | 64 |
| Binary | 10010 | 1010000 | 11111000 | 1011101 | 1000100 | 0 | 11 | 11100000 | 1011110 | 110100 |
Color Harmonies of #1250F8
Complementary color
Monochromatic Colors of #1250F8
Black with #1250F8
Text Example
Text Example
White with #1250F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250F8; }
p { color: rgb(18,80,248); }
H1.HeaderClassName
{
color: #1250F8;
}
.AnyTagClassName
{
color: #1250F8;
}
</style>
background-color css
<style>
a { background-color: #1250F8; }
a { background-color: rgb(18,80,248); }
div.DivClassName
{
background-color: #1250F8;
}
.BgClassName
{
background-color: #1250F8;
}
</style>
border-color css
<style>
span { border-color: #1250F8; }
span { border-color: rgb(18,80,248); }
td.TdClassName
{
border-color: #1250F8;
}
.TagClassName
{
border-color: #1250F8;
}
</style>