#1B6890

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

Shades of Allports #1B6890

Tints of Allports #1B6890

Color information

#1B6890 (or 0x1B6890) is unknown color: approx Allports. HEX triplet: 1B, 68 and 90. RGB value is (27,104,144). Sum of RGB (Red+Green+Blue) = 27+104+144=275 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B6890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6890 is #E4976F. Grayscale: #555555. Windows color (decimal): -14980976 or 9463835. OLE color: 9463835.

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

Color convert

RGB27104144-
CMYK0.810.2800.44
HSL200.51º68.42%33.53%-
HSV(B)200.51º81.25%56.47%-
XYZ10.4412.1528.18-
YUV85.54160.9986.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.82%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=9.82%
G=37.82%
B=52.36%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal271041440.810.2800.44200.5168.4233.53
Hex1B6890511C02Cc94422
Octal331502201213405431110442
Binary110111101000100100001010001111000101100110010011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,104,144); }

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

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

 a { background-color: rgb(27,104,144); }

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

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

 span { border-color: rgb(27,104,144); }

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