#1772BC

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

Shades of Denim #1772BC

Tints of Denim #1772BC

Color information

#1772BC (or 0x1772BC) is unknown color: approx Denim. HEX triplet: 17, 72 and BC. RGB value is (23,114,188). Sum of RGB (Red+Green+Blue) = 23+114+188=325 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #1772BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1772BC is #E88D43. Grayscale: #5E5E5E. Windows color (decimal): -15240516 or 12349975. OLE color: 12349975.

HSL color Cylindrical-coordinate representation of color #1772BC: hue angle of 206.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1772BC is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23114188-
CMYK0.880.3900.26
HSL206.91º78.2%41.37%-
HSV(B)206.91º87.77%73.73%-
XYZ15.4515.8549.82-
YUV95.23180.3576.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.08%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 188 (73.83% from 255) = 57.85%
R=7.08%
G=35.08%
B=57.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231141880.880.3900.26206.9178.241.37
Hex1772BC582701Acf4e29
Octal271622741304703231711651
Binary101111110010101111001011000100111011010110011111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1772BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1772BC; }

 p { color: rgb(23,114,188); }

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

<style>
 a { background-color: #1772BC; }

 a { background-color: rgb(23,114,188); }

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

<style>
 span { border-color: #1772BC; }

 span { border-color: rgb(23,114,188); }

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