#1776BC

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

Shades of Denim #1776BC

Tints of Denim #1776BC

Color information

#1776BC (or 0x1776BC) is unknown color: approx Denim. HEX triplet: 17, 76 and BC. RGB value is (23,118,188). Sum of RGB (Red+Green+Blue) = 23+118+188=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #1776BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776BC is #E88943. Grayscale: #616161. Windows color (decimal): -15239492 or 12350999. OLE color: 12350999.

HSL color Cylindrical-coordinate representation of color #1776BC: hue angle of 205.45º 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 #1776BC is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23118188-
CMYK0.880.3700.26
HSL205.45º78.2%41.37%-
HSV(B)205.45º87.77%73.73%-
XYZ15.9116.7749.98-
YUV97.57179.0374.81-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.99%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 188 (73.83% from 255) = 57.14%
R=6.99%
G=35.87%
B=57.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231181880.880.3700.26205.4578.241.37
Hex1776BC582501Acd4e29
Octal271662741304503231511651
Binary101111110110101111001011000100101011010110011011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1776BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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