#1B7381

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

Shades of Allports #1B7381

Tints of Allports #1B7381

Color information

#1B7381 (or 0x1B7381) is unknown color: approx Allports. HEX triplet: 1B, 73 and 81. RGB value is (27,115,129). Sum of RGB (Red+Green+Blue) = 27+115+129=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B7381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B7381 is #E48C7E. Grayscale: #5A5A5A. Windows color (decimal): -14978175 or 8483611. OLE color: 8483611.

HSL color Cylindrical-coordinate representation of color #1B7381: hue angle of 188.24º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B7381 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB27115129-
CMYK0.790.1100.49
HSL188.24º65.38%30.59%-
HSV(B)188.24º79.07%50.59%-
XYZ10.5514.0822.93-
YUV90.28149.8582.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=9.96%
G=42.44%
B=47.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal271151290.790.1100.49188.2465.3830.59
Hex1B73814FB031bc411f
Octal331632011171306127410137
Binary1101111100111000000110011111011011000110111100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,115,129); }

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

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

 a { background-color: rgb(27,115,129); }

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

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

 span { border-color: rgb(27,115,129); }

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