#1B6E8D

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

Shades of Allports #1B6E8D

Tints of Allports #1B6E8D

Color information

#1B6E8D (or 0x1B6E8D) is unknown color: approx Allports. HEX triplet: 1B, 6E and 8D. RGB value is (27,110,141). Sum of RGB (Red+Green+Blue) = 27+110+141=278 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.71% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #1B6E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6E8D is #E49172. Grayscale: #585858. Windows color (decimal): -14979443 or 9268763. OLE color: 9268763.

HSL color Cylindrical-coordinate representation of color #1B6E8D: hue angle of 196.32º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B6E8D is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB27110141-
CMYK0.810.2200.45
HSL196.32º67.86%32.94%-
HSV(B)196.32º80.85%55.29%-
XYZ10.8413.3127.2-
YUV88.72157.583.98-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.71%
GREEN value IS 110 (43.36% from 255) = 39.57%
BLUE value IS 141 (55.47% from 255) = 50.72%
R=9.71%
G=39.57%
B=50.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal271101410.810.2200.45196.3267.8632.94
Hex1B6E8D511602Dc44421
Octal331562151212605530410441
Binary110111101110100011011010001101100101101110001001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,110,141); }

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

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

 a { background-color: rgb(27,110,141); }

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

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

 span { border-color: rgb(27,110,141); }

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