Shades of Navy Blue #1250FD
Tints of Navy Blue #1250FD
RGB
CMYK
RGB Variations
Color information
#1250FD (or 0x1250FD) is known color: Navy Blue. HEX triplet: 12, 50 and FD. RGB value is (18,80,253). Sum of RGB (Red+Green+Blue) = 18+80+253=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #1250FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250FD is #EDAF02. Grayscale: #505050. Windows color (decimal): -15576835 or 16601106. OLE color: 16601106.
HSL color Cylindrical-coordinate representation of color #1250FD: hue angle of 224.17º 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 #1250FD is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 80 | 253 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.01 |
| HSL | 224.17º | 0.98% | 0.53% | - |
| HSV(B) | 224.17º | 0.93% | 0.99% | - |
| XYZ | 20.85 | 12.96 | 94.33 | - |
| YUV | 81.18 | 224.96 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 253 | 0.93 | 0.68 | 0 | 0.01 | 224.17 | 0.98 | 0.53 |
| Hex | 12 | 50 | FD | 5D | 44 | 0 | 1 | E0 | 62 | 35 |
| Octal | 22 | 120 | 375 | 135 | 104 | 0 | 1 | 340 | 142 | 65 |
| Binary | 10010 | 1010000 | 11111101 | 1011101 | 1000100 | 0 | 1 | 11100000 | 1100010 | 110101 |
Color Harmonies of #1250FD
Complementary color
Monochromatic Colors of #1250FD
Black with #1250FD
Text Example
Text Example
White with #1250FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250FD; }
p { color: rgb(18,80,253); }
H1.HeaderClassName
{
color: #1250FD;
}
.AnyTagClassName
{
color: #1250FD;
}
</style>
background-color css
<style>
a { background-color: #1250FD; }
a { background-color: rgb(18,80,253); }
div.DivClassName
{
background-color: #1250FD;
}
.BgClassName
{
background-color: #1250FD;
}
</style>
border-color css
<style>
span { border-color: #1250FD; }
span { border-color: rgb(18,80,253); }
td.TdClassName
{
border-color: #1250FD;
}
.TagClassName
{
border-color: #1250FD;
}
</style>