#1052D2

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

Shades of Denim #1052D2

Tints of Denim #1052D2

Color information

#1052D2 (or 0x1052D2) is unknown color: approx Denim. HEX triplet: 10, 52 and D2. RGB value is (16,82,210). Sum of RGB (Red+Green+Blue) = 16+82+210=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 210 (82.42% from 255 or 68.18% from 308); Max value from RGB is 210 - color contains mainly: blue. Hex color #1052D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052D2 is #EFAD2D. Grayscale: #4C4C4C. Windows color (decimal): -15707438 or 13783568. OLE color: 13783568.

HSL color Cylindrical-coordinate representation of color #1052D2: hue angle of 219.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1052D2 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB1682210-
CMYK0.920.6100.18
HSL219.59º85.84%44.31%-
HSV(B)219.59º92.38%82.35%-
XYZ14.8610.862.27-
YUV76.86203.1384.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 210 (82.42% from 255) = 68.18%
R=5.19%
G=26.62%
B=68.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal16822100.920.6100.18219.5985.8444.31
Hex1052D25C3D012dc562c
Octal201223221347502233412654
Binary100001010010110100101011100111101010010110111001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1052D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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