Shades of Navy Blue #1054FA
Tints of Navy Blue #1054FA
RGB
CMYK
RGB Variations
Color information
#1054FA (or 0x1054FA) is known color: Navy Blue. HEX triplet: 10, 54 and FA. RGB value is (16,84,250). Sum of RGB (Red+Green+Blue) = 16+84+250=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #1054FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1054FA is #EFAB05. Grayscale: #515151. Windows color (decimal): -15706886 or 16405520. OLE color: 16405520.
HSL color Cylindrical-coordinate representation of color #1054FA: hue angle of 222.56º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1054FA is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 84 | 250 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.02 |
| HSL | 222.56º | 0.96% | 0.52% | - |
| HSV(B) | 222.56º | 0.94% | 0.98% | - |
| XYZ | 20.64 | 13.35 | 91.93 | - |
| YUV | 82.59 | 222.47 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 250 | 0.94 | 0.66 | 0 | 0.02 | 222.56 | 0.96 | 0.52 |
| Hex | 10 | 54 | FA | 5E | 42 | 0 | 2 | DF | 60 | 34 |
| Octal | 20 | 124 | 372 | 136 | 102 | 0 | 2 | 337 | 140 | 64 |
| Binary | 10000 | 1010100 | 11111010 | 1011110 | 1000010 | 0 | 10 | 11011111 | 1100000 | 110100 |
Color Harmonies of #1054FA
Complementary color
Monochromatic Colors of #1054FA
Black with #1054FA
Text Example
Text Example
White with #1054FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1054FA; }
p { color: rgb(16,84,250); }
H1.HeaderClassName
{
color: #1054FA;
}
.AnyTagClassName
{
color: #1054FA;
}
</style>
background-color css
<style>
a { background-color: #1054FA; }
a { background-color: rgb(16,84,250); }
div.DivClassName
{
background-color: #1054FA;
}
.BgClassName
{
background-color: #1054FA;
}
</style>
border-color css
<style>
span { border-color: #1054FA; }
span { border-color: rgb(16,84,250); }
td.TdClassName
{
border-color: #1054FA;
}
.TagClassName
{
border-color: #1054FA;
}
</style>