Shades of Navy Blue #1250F3
Tints of Navy Blue #1250F3
RGB
CMYK
RGB Variations
Color information
#1250F3 (or 0x1250F3) is known color: Navy Blue. HEX triplet: 12, 50 and F3. RGB value is (18,80,243). Sum of RGB (Red+Green+Blue) = 18+80+243=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 243 (95.31% from 255 or 71.26% from 341); Max value from RGB is 243 - color contains mainly: blue. Hex color #1250F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1250F3 is #EDAF0C. Grayscale: #4F4F4F. Windows color (decimal): -15576845 or 15945746. OLE color: 15945746.
HSL color Cylindrical-coordinate representation of color #1250F3: hue angle of 223.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1250F3 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 80 | 243 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.05 |
| HSL | 223.47º | 0.9% | 0.51% | - |
| HSV(B) | 223.47º | 0.93% | 0.95% | - |
| XYZ | 19.3 | 12.34 | 86.16 | - |
| YUV | 80.04 | 219.96 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 243 | 0.93 | 0.67 | 0 | 0.05 | 223.47 | 0.9 | 0.51 |
| Hex | 12 | 50 | F3 | 5D | 43 | 0 | 5 | DF | 5A | 33 |
| Octal | 22 | 120 | 363 | 135 | 103 | 0 | 5 | 337 | 132 | 63 |
| Binary | 10010 | 1010000 | 11110011 | 1011101 | 1000011 | 0 | 101 | 11011111 | 1011010 | 110011 |
Color Harmonies of #1250F3
Complementary color
Monochromatic Colors of #1250F3
Black with #1250F3
Text Example
Text Example
White with #1250F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250F3; }
p { color: rgb(18,80,243); }
H1.HeaderClassName
{
color: #1250F3;
}
.AnyTagClassName
{
color: #1250F3;
}
</style>
background-color css
<style>
a { background-color: #1250F3; }
a { background-color: rgb(18,80,243); }
div.DivClassName
{
background-color: #1250F3;
}
.BgClassName
{
background-color: #1250F3;
}
</style>
border-color css
<style>
span { border-color: #1250F3; }
span { border-color: rgb(18,80,243); }
td.TdClassName
{
border-color: #1250F3;
}
.TagClassName
{
border-color: #1250F3;
}
</style>