Shades of Navy Blue #1052FA
Tints of Navy Blue #1052FA
RGB
CMYK
RGB Variations
Color information
#1052FA (or 0x1052FA) is known color: Navy Blue. HEX triplet: 10, 52 and FA. RGB value is (16,82,250). Sum of RGB (Red+Green+Blue) = 16+82+250=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #1052FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052FA is #EFAD05. Grayscale: #505050. Windows color (decimal): -15707398 or 16405008. OLE color: 16405008.
HSL color Cylindrical-coordinate representation of color #1052FA: hue angle of 223.08º 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 #1052FA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 82 | 250 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.02 |
| HSL | 223.08º | 0.96% | 0.52% | - |
| HSV(B) | 223.08º | 0.94% | 0.98% | - |
| XYZ | 20.49 | 13.05 | 91.88 | - |
| YUV | 81.42 | 223.13 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 250 | 0.94 | 0.67 | 0 | 0.02 | 223.08 | 0.96 | 0.52 |
| Hex | 10 | 52 | FA | 5E | 43 | 0 | 2 | DF | 60 | 34 |
| Octal | 20 | 122 | 372 | 136 | 103 | 0 | 2 | 337 | 140 | 64 |
| Binary | 10000 | 1010010 | 11111010 | 1011110 | 1000011 | 0 | 10 | 11011111 | 1100000 | 110100 |
Color Harmonies of #1052FA
Complementary color
Monochromatic Colors of #1052FA
Black with #1052FA
Text Example
Text Example
White with #1052FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052FA; }
p { color: rgb(16,82,250); }
H1.HeaderClassName
{
color: #1052FA;
}
.AnyTagClassName
{
color: #1052FA;
}
</style>
background-color css
<style>
a { background-color: #1052FA; }
a { background-color: rgb(16,82,250); }
div.DivClassName
{
background-color: #1052FA;
}
.BgClassName
{
background-color: #1052FA;
}
</style>
border-color css
<style>
span { border-color: #1052FA; }
span { border-color: rgb(16,82,250); }
td.TdClassName
{
border-color: #1052FA;
}
.TagClassName
{
border-color: #1052FA;
}
</style>