#1C6CB4

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

Shades of Denim #1C6CB4

Tints of Denim #1C6CB4

Color information

#1C6CB4 (or 0x1C6CB4) is unknown color: approx Denim. HEX triplet: 1C, 6C and B4. RGB value is (28,108,180). Sum of RGB (Red+Green+Blue) = 28+108+180=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #1C6CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6CB4 is #E3934B. Grayscale: #5B5B5B. Windows color (decimal): -14914380 or 11824156. OLE color: 11824156.

HSL color Cylindrical-coordinate representation of color #1C6CB4: hue angle of 208.42º 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 #1C6CB4 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB28108180-
CMYK0.840.4000.29
HSL208.42º73.08%40.78%-
HSV(B)208.42º84.44%70.59%-
XYZ14.0814.2745.19-
YUV92.29177.582.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.86%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=8.86%
G=34.18%
B=56.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281081800.840.4000.29208.4273.0840.78
Hex1C6CB4542801Dd04929
Octal341542641245003532011151
Binary111001101100101101001010100101000011101110100001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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