#1B6ABE

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

Shades of Denim #1B6ABE

Tints of Denim #1B6ABE

Color information

#1B6ABE (or 0x1B6ABE) is unknown color: approx Denim. HEX triplet: 1B, 6A and BE. RGB value is (27,106,190). Sum of RGB (Red+Green+Blue) = 27+106+190=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B6ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6ABE is #E49541. Grayscale: #5B5B5B. Windows color (decimal): -14980418 or 12479003. OLE color: 12479003.

HSL color Cylindrical-coordinate representation of color #1B6ABE: hue angle of 210.92º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B6ABE is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27106190-
CMYK0.860.4400.25
HSL210.92º75.12%42.55%-
HSV(B)210.92º85.79%74.51%-
XYZ14.914.2650.68-
YUV91.95183.3381.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.36%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 190 (74.61% from 255) = 58.82%
R=8.36%
G=32.82%
B=58.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271061900.860.4400.25210.9275.1242.55
Hex1B6ABE562C019d34b2b
Octal331522761265403132311353
Binary110111101010101111101010110101100011001110100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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