#1B616F

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

Shades of Allports #1B616F

Tints of Allports #1B616F

Color information

#1B616F (or 0x1B616F) is unknown color: approx Allports. HEX triplet: 1B, 61 and 6F. RGB value is (27,97,111). Sum of RGB (Red+Green+Blue) = 27+97+111=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #1B616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B616F is #E49E90. Grayscale: #4D4D4D. Windows color (decimal): -14982801 or 7299355. OLE color: 7299355.

HSL color Cylindrical-coordinate representation of color #1B616F: hue angle of 190º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B616F is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2797111-
CMYK0.760.1300.56
HSL190º60.87%27.06%-
HSV(B)190º75.68%43.53%-
XYZ7.69.9316.56-
YUV77.67146.8191.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 111 (43.75% from 255) = 47.23%
R=11.49%
G=41.28%
B=47.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27971110.760.1300.5619060.8727.06
Hex1B616F4CD038be3d1b
Octal33141157114150702767533
Binary11011110000111011111001100110101110001011111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,111); }

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

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

 a { background-color: rgb(27,97,111); }

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

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

 span { border-color: rgb(27,97,111); }

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