#1B7377

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

Shades of Atoll #1B7377

Tints of Atoll #1B7377

Color information

#1B7377 (or 0x1B7377) is unknown color: approx Atoll. HEX triplet: 1B, 73 and 77. RGB value is (27,115,119). Sum of RGB (Red+Green+Blue) = 27+115+119=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B7377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7377 is #E48C88. Grayscale: #595959. Windows color (decimal): -14978185 or 7828251. OLE color: 7828251.

HSL color Cylindrical-coordinate representation of color #1B7377: hue angle of 182.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7377 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB27115119-
CMYK0.770.0300.53
HSL182.61º63.01%28.63%-
HSV(B)182.61º77.31%46.67%-
XYZ9.9113.8319.6-
YUV89.14144.8583.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 119 (46.88% from 255) = 45.59%
R=10.34%
G=44.06%
B=45.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271151190.770.0300.53182.6163.0128.63
Hex1B73774D3035b73f1d
Octal3316316711530652677735
Binary110111110011111011110011011101101011011011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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