#1D7578

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

Shades of Atoll #1D7578

Tints of Atoll #1D7578

Color information

#1D7578 (or 0x1D7578) is unknown color: approx Atoll. HEX triplet: 1D, 75 and 78. RGB value is (29,117,120). Sum of RGB (Red+Green+Blue) = 29+117+120=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D7578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7578 is #E28A87. Grayscale: #5A5A5A. Windows color (decimal): -14846600 or 7894301. OLE color: 7894301.

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

Color convert

RGB29117120-
CMYK0.760.0200.53
HSL181.98º61.07%29.22%-
HSV(B)181.98º75.83%47.06%-
XYZ10.2614.3420-
YUV91.03144.3583.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=10.90%
G=43.98%
B=45.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291171200.760.0200.53181.9861.0729.22
Hex1D75784C2035b63d1d
Octal3516517011420652667535
Binary111011110101111100010011001001101011011011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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