#1975B0

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

Shades of Denim #1975B0

Tints of Denim #1975B0

Color information

#1975B0 (or 0x1975B0) is unknown color: approx Denim. HEX triplet: 19, 75 and B0. RGB value is (25,117,176). Sum of RGB (Red+Green+Blue) = 25+117+176=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #1975B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1975B0 is #E68A4F. Grayscale: #5F5F5F. Windows color (decimal): -15108688 or 11564313. OLE color: 11564313.

HSL color Cylindrical-coordinate representation of color #1975B0: hue angle of 203.44º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1975B0 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB25117176-
CMYK0.860.3400.31
HSL203.44º75.12%39.41%-
HSV(B)203.44º85.8%69.02%-
XYZ14.616.0643.41-
YUV96.22173.0277.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 176 (69.14% from 255) = 55.35%
R=7.86%
G=36.79%
B=55.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251171760.860.3400.31203.4475.1239.41
Hex1975B0562201Fcb4b27
Octal311652601264203731311347
Binary110011110101101100001010110100010011111110010111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1975B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1975B0; }

 p { color: rgb(25,117,176); }

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

<style>
 a { background-color: #1975B0; }

 a { background-color: rgb(25,117,176); }

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

<style>
 span { border-color: #1975B0; }

 span { border-color: rgb(25,117,176); }

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