#1752C6

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

Shades of Denim #1752C6

Tints of Denim #1752C6

Color information

#1752C6 (or 0x1752C6) is unknown color: approx Denim. HEX triplet: 17, 52 and C6. RGB value is (23,82,198). Sum of RGB (Red+Green+Blue) = 23+82+198=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 198 (77.73% from 255 or 65.35% from 303); Max value from RGB is 198 - color contains mainly: blue. Hex color #1752C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1752C6 is #E8AD39. Grayscale: #4D4D4D. Windows color (decimal): -15248698 or 12997143. OLE color: 12997143.

HSL color Cylindrical-coordinate representation of color #1752C6: hue angle of 219.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1752C6 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2382198-
CMYK0.880.5900.22
HSL219.77º79.19%43.33%-
HSV(B)219.77º88.38%77.65%-
XYZ13.5610.2954.7-
YUV77.58195.9589.07-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.59%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 198 (77.73% from 255) = 65.35%
R=7.59%
G=27.06%
B=65.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal23821980.880.5900.22219.7779.1943.33
Hex1752C6583B016dc4f2b
Octal271223061307302633411753
Binary101111010010110001101011000111011010110110111001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1752C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1752C6; }

 p { color: rgb(23,82,198); }

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

<style>
 a { background-color: #1752C6; }

 a { background-color: rgb(23,82,198); }

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

<style>
 span { border-color: #1752C6; }

 span { border-color: rgb(23,82,198); }

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