Shades of Navy Blue #1051F2
Tints of Navy Blue #1051F2
RGB
CMYK
RGB Variations
Color information
#1051F2 (or 0x1051F2) is known color: Navy Blue. HEX triplet: 10, 51 and F2. RGB value is (16,81,242). Sum of RGB (Red+Green+Blue) = 16+81+242=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #1051F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051F2 is #EFAE0D. Grayscale: #4F4F4F. Windows color (decimal): -15707662 or 15880464. OLE color: 15880464.
HSL color Cylindrical-coordinate representation of color #1051F2: hue angle of 222.74º 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 #1051F2 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 81 | 242 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.05 |
| HSL | 222.74º | 0.9% | 0.51% | - |
| HSV(B) | 222.74º | 0.93% | 0.95% | - |
| XYZ | 19.18 | 12.41 | 85.39 | - |
| YUV | 79.92 | 219.47 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 242 | 0.93 | 0.67 | 0 | 0.05 | 222.74 | 0.9 | 0.51 |
| Hex | 10 | 51 | F2 | 5D | 43 | 0 | 5 | DF | 5A | 33 |
| Octal | 20 | 121 | 362 | 135 | 103 | 0 | 5 | 337 | 132 | 63 |
| Binary | 10000 | 1010001 | 11110010 | 1011101 | 1000011 | 0 | 101 | 11011111 | 1011010 | 110011 |
Color Harmonies of #1051F2
Complementary color
Monochromatic Colors of #1051F2
Black with #1051F2
Text Example
Text Example
White with #1051F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051F2; }
p { color: rgb(16,81,242); }
H1.HeaderClassName
{
color: #1051F2;
}
.AnyTagClassName
{
color: #1051F2;
}
</style>
background-color css
<style>
a { background-color: #1051F2; }
a { background-color: rgb(16,81,242); }
div.DivClassName
{
background-color: #1051F2;
}
.BgClassName
{
background-color: #1051F2;
}
</style>
border-color css
<style>
span { border-color: #1051F2; }
span { border-color: rgb(16,81,242); }
td.TdClassName
{
border-color: #1051F2;
}
.TagClassName
{
border-color: #1051F2;
}
</style>