Shades of Navy Blue #1045FA
Tints of Navy Blue #1045FA
RGB
CMYK
RGB Variations
Color information
#1045FA (or 0x1045FA) is known color: Navy Blue. HEX triplet: 10, 45 and FA. RGB value is (16,69,250). Sum of RGB (Red+Green+Blue) = 16+69+250=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #1045FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1045FA is #EFBA05. Grayscale: #494949. Windows color (decimal): -15710726 or 16401680. OLE color: 16401680.
HSL color Cylindrical-coordinate representation of color #1045FA: hue angle of 226.41º 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 #1045FA is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 69 | 250 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.02 |
| HSL | 226.41º | 0.96% | 0.52% | - |
| HSV(B) | 226.41º | 0.94% | 0.98% | - |
| XYZ | 19.6 | 11.27 | 91.58 | - |
| YUV | 73.79 | 227.44 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 250 | 0.94 | 0.72 | 0 | 0.02 | 226.41 | 0.96 | 0.52 |
| Hex | 10 | 45 | FA | 5E | 48 | 0 | 2 | E2 | 60 | 34 |
| Octal | 20 | 105 | 372 | 136 | 110 | 0 | 2 | 342 | 140 | 64 |
| Binary | 10000 | 1000101 | 11111010 | 1011110 | 1001000 | 0 | 10 | 11100010 | 1100000 | 110100 |
Color Harmonies of #1045FA
Complementary color
Monochromatic Colors of #1045FA
Black with #1045FA
Text Example
Text Example
White with #1045FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045FA; }
p { color: rgb(16,69,250); }
H1.HeaderClassName
{
color: #1045FA;
}
.AnyTagClassName
{
color: #1045FA;
}
</style>
background-color css
<style>
a { background-color: #1045FA; }
a { background-color: rgb(16,69,250); }
div.DivClassName
{
background-color: #1045FA;
}
.BgClassName
{
background-color: #1045FA;
}
</style>
border-color css
<style>
span { border-color: #1045FA; }
span { border-color: rgb(16,69,250); }
td.TdClassName
{
border-color: #1045FA;
}
.TagClassName
{
border-color: #1045FA;
}
</style>