#1B6E92

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

Shades of Allports #1B6E92

Tints of Allports #1B6E92

Color information

#1B6E92 (or 0x1B6E92) is unknown color: approx Allports. HEX triplet: 1B, 6E and 92. RGB value is (27,110,146). Sum of RGB (Red+Green+Blue) = 27+110+146=283 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.54% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B6E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6E92 is #E4916D. Grayscale: #595959. Windows color (decimal): -14979438 or 9596443. OLE color: 9596443.

HSL color Cylindrical-coordinate representation of color #1B6E92: hue angle of 198.15º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B6E92 is Cyan = 0.82, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB27110146-
CMYK0.820.2500.43
HSL198.15º68.79%33.92%-
HSV(B)198.15º81.51%57.25%-
XYZ11.2213.4629.2-
YUV89.2916083.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.54%
GREEN value IS 110 (43.36% from 255) = 38.87%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=9.54%
G=38.87%
B=51.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal271101460.820.2500.43198.1568.7933.92
Hex1B6E92521902Bc64522
Octal331562221223105330610542
Binary110111101110100100101010010110010101011110001101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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