#1B6ABB

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

Shades of Denim #1B6ABB

Tints of Denim #1B6ABB

Color information

#1B6ABB (or 0x1B6ABB) is unknown color: approx Denim. HEX triplet: 1B, 6A and BB. RGB value is (27,106,187). Sum of RGB (Red+Green+Blue) = 27+106+187=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6ABB is #E49544. Grayscale: #5B5B5B. Windows color (decimal): -14980421 or 12282395. OLE color: 12282395.

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

Color convert

RGB27106187-
CMYK0.860.4300.27
HSL210.38º74.77%41.96%-
HSV(B)210.38º85.56%73.33%-
XYZ14.5814.1348.97-
YUV91.61181.8381.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.44%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 187 (73.44% from 255) = 58.44%
R=8.44%
G=33.12%
B=58.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271061870.860.4300.27210.3874.7741.96
Hex1B6ABB562B01Bd24b2a
Octal331522731265303332211352
Binary110111101010101110111010110101011011011110100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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