#1774B4

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

Shades of Denim #1774B4

Tints of Denim #1774B4

Color information

#1774B4 (or 0x1774B4) is unknown color: approx Denim. HEX triplet: 17, 74 and B4. RGB value is (23,116,180). Sum of RGB (Red+Green+Blue) = 23+116+180=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 180 (70.70% from 255 or 56.43% from 319); Max value from RGB is 180 - color contains mainly: blue. Hex color #1774B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1774B4 is #E88B4B. Grayscale: #5F5F5F. Windows color (decimal): -15240012 or 11826199. OLE color: 11826199.

HSL color Cylindrical-coordinate representation of color #1774B4: hue angle of 204.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1774B4 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB23116180-
CMYK0.870.3600.29
HSL204.46º77.34%39.8%-
HSV(B)204.46º87.22%70.59%-
XYZ14.8415.9745.48-
YUV95.49175.6976.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.21%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 180 (70.70% from 255) = 56.43%
R=7.21%
G=36.36%
B=56.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal231161800.870.3600.29204.4677.3439.8
Hex1774B4572401Dcc4d28
Octal271642641274403531411550
Binary101111110100101101001010111100100011101110011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1774B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1774B4; }

 p { color: rgb(23,116,180); }

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

<style>
 a { background-color: #1774B4; }

 a { background-color: rgb(23,116,180); }

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

<style>
 span { border-color: #1774B4; }

 span { border-color: rgb(23,116,180); }

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