#1B6D92

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

Shades of Allports #1B6D92

Tints of Allports #1B6D92

Color information

#1B6D92 (or 0x1B6D92) is unknown color: approx Allports. HEX triplet: 1B, 6D and 92. RGB value is (27,109,146). Sum of RGB (Red+Green+Blue) = 27+109+146=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B6D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B6D92 is #E4926D. Grayscale: #585858. Windows color (decimal): -14979694 or 9596187. OLE color: 9596187.

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

Color convert

RGB27109146-
CMYK0.820.2500.43
HSL198.66º68.79%33.92%-
HSV(B)198.66º81.51%57.25%-
XYZ11.1113.2529.17-
YUV88.7160.3383.99-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 146 (57.42% from 255) = 51.77%
R=9.57%
G=38.65%
B=51.77%

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
Decimal271091460.820.2500.43198.6668.7933.92
Hex1B6D92521902Bc74522
Octal331552221223105330710542
Binary110111101101100100101010010110010101011110001111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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