#1973B1

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

Shades of Denim #1973B1

Tints of Denim #1973B1

Color information

#1973B1 (or 0x1973B1) is unknown color: approx Denim. HEX triplet: 19, 73 and B1. RGB value is (25,115,177). Sum of RGB (Red+Green+Blue) = 25+115+177=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #1973B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1973B1 is #E68C4E. Grayscale: #5E5E5E. Windows color (decimal): -15109199 or 11629337. OLE color: 11629337.

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

Color convert

RGB25115177-
CMYK0.860.3500.31
HSL204.47º75.25%39.61%-
HSV(B)204.47º85.88%69.41%-
XYZ14.4715.6443.85-
YUV95.16174.1877.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.89%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=7.89%
G=36.28%
B=55.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal251151770.860.3500.31204.4775.2539.61
Hex1973B1562301Fcc4b28
Octal311632611264303731411350
Binary110011110011101100011010110100011011111110011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1973B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1973B1; }

 p { color: rgb(25,115,177); }

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

<style>
 a { background-color: #1973B1; }

 a { background-color: rgb(25,115,177); }

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

<style>
 span { border-color: #1973B1; }

 span { border-color: rgb(25,115,177); }

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