#1D7579

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

Shades of Atoll #1D7579

Tints of Atoll #1D7579

Color information

#1D7579 (or 0x1D7579) is unknown color: approx Atoll. HEX triplet: 1D, 75 and 79. RGB value is (29,117,121). Sum of RGB (Red+Green+Blue) = 29+117+121=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D7579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7579 is #E28A86. Grayscale: #5B5B5B. Windows color (decimal): -14846599 or 7959837. OLE color: 7959837.

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

Color convert

RGB29117121-
CMYK0.760.0300.53
HSL182.61º61.33%29.41%-
HSV(B)182.61º76.03%47.45%-
XYZ10.3214.3620.32-
YUV91.14144.8583.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.86%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=10.86%
G=43.82%
B=45.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal291171210.760.0300.53182.6161.3329.41
Hex1D75794C3035b73d1d
Octal3516517111430652677535
Binary111011110101111100110011001101101011011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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