#1B6DAE

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

Shades of Denim #1B6DAE

Tints of Denim #1B6DAE

Color information

#1B6DAE (or 0x1B6DAE) is unknown color: approx Denim. HEX triplet: 1B, 6D and AE. RGB value is (27,109,174). Sum of RGB (Red+Green+Blue) = 27+109+174=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6DAE is #E49251. Grayscale: #5B5B5B. Windows color (decimal): -14979666 or 11431195. OLE color: 11431195.

HSL color Cylindrical-coordinate representation of color #1B6DAE: hue angle of 206.53º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B6DAE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27109174-
CMYK0.840.3700.32
HSL206.53º73.13%39.41%-
HSV(B)206.53º84.48%68.24%-
XYZ13.5614.2342.08-
YUV91.89174.3381.71-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 109 (42.97% from 255) = 35.16%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=8.71%
G=35.16%
B=56.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271091740.840.3700.32206.5373.1339.41
Hex1B6DAE5425020cf4927
Octal331552561244504031711147
Binary1101111011011010111010101001001010100000110011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,109,174); }

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

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

 a { background-color: rgb(27,109,174); }

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

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

 span { border-color: rgb(27,109,174); }

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