#1B7477

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

Shades of Atoll #1B7477

Tints of Atoll #1B7477

Color information

#1B7477 (or 0x1B7477) is unknown color: approx Atoll. HEX triplet: 1B, 74 and 77. RGB value is (27,116,119). Sum of RGB (Red+Green+Blue) = 27+116+119=262 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.31% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B7477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7477 is #E48B88. Grayscale: #595959. Windows color (decimal): -14977929 or 7828507. OLE color: 7828507.

HSL color Cylindrical-coordinate representation of color #1B7477: hue angle of 181.96º 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 #1B7477 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB27116119-
CMYK0.770.0300.53
HSL181.96º63.01%28.63%-
HSV(B)181.96º77.31%46.67%-
XYZ10.0314.0619.64-
YUV89.73144.5183.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.31%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 119 (46.88% from 255) = 45.42%
R=10.31%
G=44.27%
B=45.42%

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
Decimal271161190.770.0300.53181.9663.0128.63
Hex1B74774D3035b63f1d
Octal3316416711530652667735
Binary110111110100111011110011011101101011011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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