Shades of Navy Blue #1045FB
Tints of Navy Blue #1045FB
RGB
CMYK
RGB Variations
Color information
#1045FB (or 0x1045FB) is known color: Navy Blue. HEX triplet: 10, 45 and FB. RGB value is (16,69,251). Sum of RGB (Red+Green+Blue) = 16+69+251=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #1045FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1045FB is #EFBA04. Grayscale: #494949. Windows color (decimal): -15710725 or 16467216. OLE color: 16467216.
HSL color Cylindrical-coordinate representation of color #1045FB: hue angle of 226.47º degrees, saturation: 0.97, 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 #1045FB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 69 | 251 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.02 |
| HSL | 226.47º | 0.97% | 0.52% | - |
| HSV(B) | 226.47º | 0.94% | 0.98% | - |
| XYZ | 19.75 | 11.33 | 92.41 | - |
| YUV | 73.9 | 227.94 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 69 | 251 | 0.94 | 0.73 | 0 | 0.02 | 226.47 | 0.97 | 0.52 |
| Hex | 10 | 45 | FB | 5E | 49 | 0 | 2 | E2 | 61 | 34 |
| Octal | 20 | 105 | 373 | 136 | 111 | 0 | 2 | 342 | 141 | 64 |
| Binary | 10000 | 1000101 | 11111011 | 1011110 | 1001001 | 0 | 10 | 11100010 | 1100001 | 110100 |
Color Harmonies of #1045FB
Complementary color
Monochromatic Colors of #1045FB
Black with #1045FB
Text Example
Text Example
White with #1045FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1045FB; }
p { color: rgb(16,69,251); }
H1.HeaderClassName
{
color: #1045FB;
}
.AnyTagClassName
{
color: #1045FB;
}
</style>
background-color css
<style>
a { background-color: #1045FB; }
a { background-color: rgb(16,69,251); }
div.DivClassName
{
background-color: #1045FB;
}
.BgClassName
{
background-color: #1045FB;
}
</style>
border-color css
<style>
span { border-color: #1045FB; }
span { border-color: rgb(16,69,251); }
td.TdClassName
{
border-color: #1045FB;
}
.TagClassName
{
border-color: #1045FB;
}
</style>