#1B6892

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

Shades of Allports #1B6892

Tints of Allports #1B6892

Color information

#1B6892 (or 0x1B6892) is unknown color: approx Allports. HEX triplet: 1B, 68 and 92. RGB value is (27,104,146). Sum of RGB (Red+Green+Blue) = 27+104+146=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B6892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6892 is #E4976D. Grayscale: #555555. Windows color (decimal): -14980974 or 9594907. OLE color: 9594907.

HSL color Cylindrical-coordinate representation of color #1B6892: hue angle of 201.18º 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 #1B6892 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB27104146-
CMYK0.820.2900.43
HSL201.18º68.79%33.92%-
HSV(B)201.18º81.51%57.25%-
XYZ10.5912.2128.99-
YUV85.76161.9986.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.75%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=9.75%
G=37.55%
B=52.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal271041460.820.2900.43201.1868.7933.92
Hex1B6892521D02Bc94522
Octal331502221223505331110542
Binary110111101000100100101010010111010101011110010011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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