#1A61BC

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

Shades of Denim #1A61BC

Tints of Denim #1A61BC

Color information

#1A61BC (or 0x1A61BC) is unknown color: approx Denim. HEX triplet: 1A, 61 and BC. RGB value is (26,97,188). Sum of RGB (Red+Green+Blue) = 26+97+188=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A61BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A61BC is #E59E43. Grayscale: #555555. Windows color (decimal): -15048260 or 12345626. OLE color: 12345626.

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

Color convert

RGB2697188-
CMYK0.860.4800.26
HSL213.7º75.7%41.96%-
HSV(B)213.7º86.17%73.73%-
XYZ13.7812.449.24-
YUV86.14185.4885.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.36%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 188 (73.83% from 255) = 60.45%
R=8.36%
G=31.19%
B=60.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26971880.860.4800.26213.775.741.96
Hex1A61BC563001Ad64c2a
Octal321412741266003232611452
Binary110101100001101111001010110110000011010110101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A61BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,188); }

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

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

 a { background-color: rgb(26,97,188); }

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

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

 span { border-color: rgb(26,97,188); }

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