Shades of Navy Blue #1250FC
Tints of Navy Blue #1250FC
RGB
CMYK
RGB Variations
Color information
#1250FC (or 0x1250FC) is known color: Navy Blue. HEX triplet: 12, 50 and FC. RGB value is (18,80,252). Sum of RGB (Red+Green+Blue) = 18+80+252=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #1250FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250FC is #EDAF03. Grayscale: #505050. Windows color (decimal): -15576836 or 16535570. OLE color: 16535570.
HSL color Cylindrical-coordinate representation of color #1250FC: hue angle of 224.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1250FC is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 80 | 252 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.01 |
| HSL | 224.1º | 0.98% | 0.53% | - |
| HSV(B) | 224.1º | 0.93% | 0.99% | - |
| XYZ | 20.69 | 12.89 | 93.49 | - |
| YUV | 81.07 | 224.46 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 252 | 0.93 | 0.68 | 0 | 0.01 | 224.1 | 0.98 | 0.53 |
| Hex | 12 | 50 | FC | 5D | 44 | 0 | 1 | E0 | 62 | 35 |
| Octal | 22 | 120 | 374 | 135 | 104 | 0 | 1 | 340 | 142 | 65 |
| Binary | 10010 | 1010000 | 11111100 | 1011101 | 1000100 | 0 | 1 | 11100000 | 1100010 | 110101 |
Color Harmonies of #1250FC
Complementary color
Monochromatic Colors of #1250FC
Black with #1250FC
Text Example
Text Example
White with #1250FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250FC; }
p { color: rgb(18,80,252); }
H1.HeaderClassName
{
color: #1250FC;
}
.AnyTagClassName
{
color: #1250FC;
}
</style>
background-color css
<style>
a { background-color: #1250FC; }
a { background-color: rgb(18,80,252); }
div.DivClassName
{
background-color: #1250FC;
}
.BgClassName
{
background-color: #1250FC;
}
</style>
border-color css
<style>
span { border-color: #1250FC; }
span { border-color: rgb(18,80,252); }
td.TdClassName
{
border-color: #1250FC;
}
.TagClassName
{
border-color: #1250FC;
}
</style>