Shades of Navy Blue #1052F8
Tints of Navy Blue #1052F8
RGB
CMYK
RGB Variations
Color information
#1052F8 (or 0x1052F8) is known color: Navy Blue. HEX triplet: 10, 52 and F8. RGB value is (16,82,248). Sum of RGB (Red+Green+Blue) = 16+82+248=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 248 (97.27% from 255 or 71.68% from 346); Max value from RGB is 248 - color contains mainly: blue. Hex color #1052F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052F8 is #EFAD07. Grayscale: #505050. Windows color (decimal): -15707400 or 16273936. OLE color: 16273936.
HSL color Cylindrical-coordinate representation of color #1052F8: hue angle of 222.93º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1052F8 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 82 | 248 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.03 |
| HSL | 222.93º | 0.94% | 0.52% | - |
| HSV(B) | 222.93º | 0.94% | 0.97% | - |
| XYZ | 20.17 | 12.92 | 90.24 | - |
| YUV | 81.19 | 222.13 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 248 | 0.94 | 0.67 | 0 | 0.03 | 222.93 | 0.94 | 0.52 |
| Hex | 10 | 52 | F8 | 5E | 43 | 0 | 3 | DF | 5E | 34 |
| Octal | 20 | 122 | 370 | 136 | 103 | 0 | 3 | 337 | 136 | 64 |
| Binary | 10000 | 1010010 | 11111000 | 1011110 | 1000011 | 0 | 11 | 11011111 | 1011110 | 110100 |
Color Harmonies of #1052F8
Complementary color
Monochromatic Colors of #1052F8
Black with #1052F8
Text Example
Text Example
White with #1052F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1052F8; }
p { color: rgb(16,82,248); }
H1.HeaderClassName
{
color: #1052F8;
}
.AnyTagClassName
{
color: #1052F8;
}
</style>
background-color css
<style>
a { background-color: #1052F8; }
a { background-color: rgb(16,82,248); }
div.DivClassName
{
background-color: #1052F8;
}
.BgClassName
{
background-color: #1052F8;
}
</style>
border-color css
<style>
span { border-color: #1052F8; }
span { border-color: rgb(16,82,248); }
td.TdClassName
{
border-color: #1052F8;
}
.TagClassName
{
border-color: #1052F8;
}
</style>