#1C6AB4

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

Shades of Denim #1C6AB4

Tints of Denim #1C6AB4

Color information

#1C6AB4 (or 0x1C6AB4) is unknown color: approx Denim. HEX triplet: 1C, 6A and B4. RGB value is (28,106,180). Sum of RGB (Red+Green+Blue) = 28+106+180=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C6AB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6AB4 is #E3954B. Grayscale: #5A5A5A. Windows color (decimal): -14914892 or 11823644. OLE color: 11823644.

HSL color Cylindrical-coordinate representation of color #1C6AB4: hue angle of 209.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6AB4 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB28106180-
CMYK0.840.4100.29
HSL209.21º73.08%40.78%-
HSV(B)209.21º84.44%70.59%-
XYZ13.8713.8545.12-
YUV91.11178.1682.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.92%
GREEN value IS 106 (41.80% from 255) = 33.76%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=8.92%
G=33.76%
B=57.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281061800.840.4100.29209.2173.0840.78
Hex1C6AB4542901Dd14929
Octal341522641245103532111151
Binary111001101010101101001010100101001011101110100011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,106,180); }

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

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

 a { background-color: rgb(28,106,180); }

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

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

 span { border-color: rgb(28,106,180); }

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