#1779BD

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

Shades of Denim #1779BD

Tints of Denim #1779BD

Color information

#1779BD (or 0x1779BD) is unknown color: approx Denim. HEX triplet: 17, 79 and BD. RGB value is (23,121,189). Sum of RGB (Red+Green+Blue) = 23+121+189=333 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.91% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #1779BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779BD is #E88642. Grayscale: #636363. Windows color (decimal): -15238723 or 12417303. OLE color: 12417303.

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

Color convert

RGB23121189-
CMYK0.880.3600.26
HSL204.58º78.3%41.57%-
HSV(B)204.58º87.83%74.12%-
XYZ16.3817.5350.66-
YUV99.45178.5373.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.91%
GREEN value IS 121 (47.66% from 255) = 36.34%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=6.91%
G=36.34%
B=56.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231211890.880.3600.26204.5878.341.57
Hex1779BD582401Acd4e2a
Octal271712751304403231511652
Binary101111111001101111011011000100100011010110011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1779BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1779BD; }

 p { color: rgb(23,121,189); }

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

<style>
 a { background-color: #1779BD; }

 a { background-color: rgb(23,121,189); }

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

<style>
 span { border-color: #1779BD; }

 span { border-color: rgb(23,121,189); }

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