#175FCA

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

Shades of Denim #175FCA

Tints of Denim #175FCA

Color information

#175FCA (or 0x175FCA) is unknown color: approx Denim. HEX triplet: 17, 5F and CA. RGB value is (23,95,202). Sum of RGB (Red+Green+Blue) = 23+95+202=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #175FCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175FCA is #E8A035. Grayscale: #555555. Windows color (decimal): -15245366 or 13262615. OLE color: 13262615.

HSL color Cylindrical-coordinate representation of color #175FCA: hue angle of 215.87º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #175FCA is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2395202-
CMYK0.890.5300.21
HSL215.87º79.56%44.12%-
HSV(B)215.87º88.61%79.22%-
XYZ15.1112.6357.52-
YUV85.67193.6583.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.19%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 202 (79.30% from 255) = 63.12%
R=7.19%
G=29.69%
B=63.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal23952020.890.5300.21215.8779.5644.12
Hex175FCA5935015d8502c
Octal271373121316502533012054
Binary101111011111110010101011001110101010101110110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,95,202); }

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

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

 a { background-color: rgb(23,95,202); }

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

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

 span { border-color: rgb(23,95,202); }

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