#1C6AAB

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

Shades of Denim #1C6AAB

Tints of Denim #1C6AAB

Color information

#1C6AAB (or 0x1C6AAB) is unknown color: approx Denim. HEX triplet: 1C, 6A and AB. RGB value is (28,106,171). Sum of RGB (Red+Green+Blue) = 28+106+171=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C6AAB is #E39554. Grayscale: #595959. Windows color (decimal): -14914901 or 11233820. OLE color: 11233820.

HSL color Cylindrical-coordinate representation of color #1C6AAB: hue angle of 207.27º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C6AAB is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB28106171-
CMYK0.840.3800.33
HSL207.27º71.86%39.02%-
HSV(B)207.27º83.63%67.06%-
XYZ12.9813.540.45-
YUV90.09173.6683.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.18%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=9.18%
G=34.75%
B=56.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281061710.840.3800.33207.2771.8639.02
Hex1C6AAB5426021cf4827
Octal341522531244604131711047
Binary1110011010101010101110101001001100100001110011111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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