#1052F0

Color #1052F0 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1052F0

Tints of Navy Blue #1052F0

Color information

#1052F0 (or 0x1052F0) is unknown color: approx Navy Blue. HEX triplet: 10, 52 and F0. RGB value is (16,82,240). Sum of RGB (Red+Green+Blue) = 16+82+240=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 240 (94.14% from 255 or 71.01% from 338); Max value from RGB is 240 - color contains mainly: blue. Hex color #1052F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1052F0 is #EFAD0F. Grayscale: #4F4F4F. Windows color (decimal): -15707408 or 15749648. OLE color: 15749648.

HSL color Cylindrical-coordinate representation of color #1052F0: hue angle of 222.32º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1052F0 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1682240-
CMYK0.930.6600.06
HSL222.32º88.19%50.2%-
HSV(B)222.32º93.33%94.12%-
XYZ18.9612.4483.84-
YUV80.28218.1382.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.73%
GREEN value IS 82 (32.42% from 255) = 24.26%
BLUE value IS 240 (94.14% from 255) = 71.01%
R=4.73%
G=24.26%
B=71.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16822400.930.6600.06222.3288.1950.2
Hex1052F05D4206de5832
Octal201223601351020633613062
Binary10000101001011110000101110110000100110110111101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1052F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1052F0; }

 p { color: rgb(16,82,240); }

 H1.HeaderClassName
 {
   color: #1052F0;
 }
 .AnyTagClassName
 {
   color: #1052F0;
 }
</style>
background-color css

<style>
 a { background-color: #1052F0; }

 a { background-color: rgb(16,82,240); }

 div.DivClassName
 {
   background-color: #1052F0;
 }
 .BgClassName
 {
   background-color: #1052F0;
 }
</style>
border-color css

<style>
 span { border-color: #1052F0; }

 span { border-color: rgb(16,82,240); }

 td.TdClassName
 {
   border-color: #1052F0;
 }
 .TagClassName
 {
   border-color: #1052F0;
 }
</style>