#1B6770

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

Shades of Allports #1B6770

Tints of Allports #1B6770

Color information

#1B6770 (or 0x1B6770) is unknown color: approx Allports. HEX triplet: 1B, 67 and 70. RGB value is (27,103,112). Sum of RGB (Red+Green+Blue) = 27+103+112=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B6770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B6770 is #E4988F. Grayscale: #515151. Windows color (decimal): -14981264 or 7366427. OLE color: 7366427.

HSL color Cylindrical-coordinate representation of color #1B6770: hue angle of 186.35º 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 #1B6770 is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB27103112-
CMYK0.760.0800.56
HSL186.35º61.15%27.25%-
HSV(B)186.35º75.89%43.92%-
XYZ8.2311.117.04-
YUV81.3145.3289.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=11.16%
G=42.56%
B=46.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal271031120.760.0800.56186.3561.1527.25
Hex1B67704C8038ba3d1b
Octal33147160114100702727533
Binary11011110011111100001001100100001110001011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,103,112); }

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

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

 a { background-color: rgb(27,103,112); }

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

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

 span { border-color: rgb(27,103,112); }

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