#1A76BB

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

Shades of Denim #1A76BB

Tints of Denim #1A76BB

Color information

#1A76BB (or 0x1A76BB) is unknown color: approx Denim. HEX triplet: 1A, 76 and BB. RGB value is (26,118,187). Sum of RGB (Red+Green+Blue) = 26+118+187=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A76BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76BB is #E58944. Grayscale: #616161. Windows color (decimal): -15042885 or 12285466. OLE color: 12285466.

HSL color Cylindrical-coordinate representation of color #1A76BB: hue angle of 205.71º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A76BB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB26118187-
CMYK0.860.3700.27
HSL205.71º75.59%41.76%-
HSV(B)205.71º86.1%73.33%-
XYZ15.8716.7649.41-
YUV98.36178.0276.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.85%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 187 (73.44% from 255) = 56.50%
R=7.85%
G=35.65%
B=56.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261181870.860.3700.27205.7175.5941.76
Hex1A76BB562501Bce4c2a
Octal321662731264503331611452
Binary110101110110101110111010110100101011011110011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A76BB; }

 p { color: rgb(26,118,187); }

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

<style>
 a { background-color: #1A76BB; }

 a { background-color: rgb(26,118,187); }

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

<style>
 span { border-color: #1A76BB; }

 span { border-color: rgb(26,118,187); }

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