#1B678E

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

Shades of Allports #1B678E

Tints of Allports #1B678E

Color information

#1B678E (or 0x1B678E) is unknown color: approx Allports. HEX triplet: 1B, 67 and 8E. RGB value is (27,103,142). Sum of RGB (Red+Green+Blue) = 27+103+142=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B678E is #E49871. Grayscale: #545454. Windows color (decimal): -14981234 or 9332507. OLE color: 9332507.

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

Color convert

RGB27103142-
CMYK0.810.2700.44
HSL200.35º68.05%33.14%-
HSV(B)200.35º80.99%55.69%-
XYZ10.1811.8927.35-
YUV84.72160.3286.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.93%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=9.93%
G=37.87%
B=52.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271031420.810.2700.44200.3568.0533.14
Hex1B678E511B02Cc84421
Octal331472161213305431010441
Binary110111100111100011101010001110110101100110010001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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