#1052C4

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

Shades of Denim #1052C4

Tints of Denim #1052C4

Color information

#1052C4 (or 0x1052C4) is unknown color: approx Denim. HEX triplet: 10, 52 and C4. RGB value is (16,82,196). Sum of RGB (Red+Green+Blue) = 16+82+196=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #1052C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052C4 is #EFAD3B. Grayscale: #4A4A4A. Windows color (decimal): -15707452 or 12866064. OLE color: 12866064.

HSL color Cylindrical-coordinate representation of color #1052C4: hue angle of 218º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1052C4 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1682196-
CMYK0.920.5800.23
HSL218º84.91%41.57%-
HSV(B)218º91.84%76.86%-
XYZ13.1910.1353.48-
YUV75.26196.1385.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 196 (76.95% from 255) = 66.67%
R=5.44%
G=27.89%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16821960.920.5800.2321884.9141.57
Hex1052C45C3A017da552a
Octal201223041347202733212552
Binary100001010010110001001011100111010010111110110101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1052C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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