#1B7578

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

Shades of Atoll #1B7578

Tints of Atoll #1B7578

Color information

#1B7578 (or 0x1B7578) is unknown color: approx Atoll. HEX triplet: 1B, 75 and 78. RGB value is (27,117,120). Sum of RGB (Red+Green+Blue) = 27+117+120=264 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.23% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B7578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7578 is #E48A87. Grayscale: #5A5A5A. Windows color (decimal): -14977672 or 7894299. OLE color: 7894299.

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

Color convert

RGB27117120-
CMYK0.780.0200.53
HSL181.94º63.27%28.82%-
HSV(B)181.94º77.5%47.06%-
XYZ10.214.3119.99-
YUV90.43144.6882.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.23%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=10.23%
G=44.32%
B=45.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal271171200.780.0200.53181.9463.2728.82
Hex1B75784E2035b63f1d
Octal3316517011620652667735
Binary110111110101111100010011101001101011011011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,117,120); }

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

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

 a { background-color: rgb(27,117,120); }

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

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

 span { border-color: rgb(27,117,120); }

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