#175DCD

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

Shades of Denim #175DCD

Tints of Denim #175DCD

Color information

#175DCD (or 0x175DCD) is unknown color: approx Denim. HEX triplet: 17, 5D and CD. RGB value is (23,93,205). Sum of RGB (Red+Green+Blue) = 23+93+205=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #175DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175DCD is #E8A232. Grayscale: #545454. Windows color (decimal): -15245875 or 13458711. OLE color: 13458711.

HSL color Cylindrical-coordinate representation of color #175DCD: hue angle of 216.92º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175DCD is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2393205-
CMYK0.890.5500.20
HSL216.92º79.82%44.71%-
HSV(B)216.92º88.78%80.39%-
XYZ15.2912.4259.35-
YUV84.84195.8183.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.17%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 205 (80.47% from 255) = 63.86%
R=7.17%
G=28.97%
B=63.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal23932050.890.5500.20216.9279.8244.71
Hex175DCD5937014d9502d
Octal271353151316702433112055
Binary101111011101110011011011001110111010100110110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175DCD; }

 p { color: rgb(23,93,205); }

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

<style>
 a { background-color: #175DCD; }

 a { background-color: rgb(23,93,205); }

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

<style>
 span { border-color: #175DCD; }

 span { border-color: rgb(23,93,205); }

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