#1B6AAC

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

Shades of Denim #1B6AAC

Tints of Denim #1B6AAC

Color information

#1B6AAC (or 0x1B6AAC) is unknown color: approx Denim. HEX triplet: 1B, 6A and AC. RGB value is (27,106,172). Sum of RGB (Red+Green+Blue) = 27+106+172=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B6AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6AAC is #E49553. Grayscale: #595959. Windows color (decimal): -14980436 or 11299355. OLE color: 11299355.

HSL color Cylindrical-coordinate representation of color #1B6AAC: hue angle of 207.31º degrees, saturation: 0.73, 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 #1B6AAC is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB27106172-
CMYK0.840.3800.33
HSL207.31º72.86%39.02%-
HSV(B)207.31º84.3%67.45%-
XYZ13.0513.5240.95-
YUV89.9174.3383.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.85%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=8.85%
G=34.75%
B=56.39%

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
Decimal271061720.840.3800.33207.3172.8639.02
Hex1B6AAC5426021cf4927
Octal331522541244604131711147
Binary1101111010101010110010101001001100100001110011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,106,172); }

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

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

 a { background-color: rgb(27,106,172); }

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

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

 span { border-color: rgb(27,106,172); }

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