#1B7092

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

Shades of Allports #1B7092

Tints of Allports #1B7092

Color information

#1B7092 (or 0x1B7092) is unknown color: approx Allports. HEX triplet: 1B, 70 and 92. RGB value is (27,112,146). Sum of RGB (Red+Green+Blue) = 27+112+146=285 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.47% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B7092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7092 is #E48F6D. Grayscale: #5A5A5A. Windows color (decimal): -14978926 or 9596955. OLE color: 9596955.

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

Color convert

RGB27112146-
CMYK0.820.2300.43
HSL197.14º68.79%33.92%-
HSV(B)197.14º81.51%57.25%-
XYZ11.4313.929.27-
YUV90.46159.3482.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.47%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=9.47%
G=39.30%
B=51.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal271121460.820.2300.43197.1468.7933.92
Hex1B7092521702Bc54522
Octal331602221222705330510542
Binary110111110000100100101010010101110101011110001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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