#1D7276

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

Shades of Atoll #1D7276

Tints of Atoll #1D7276

Color information

#1D7276 (or 0x1D7276) is unknown color: approx Atoll. HEX triplet: 1D, 72 and 76. RGB value is (29,114,118). Sum of RGB (Red+Green+Blue) = 29+114+118=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D7276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7276 is #E28D89. Grayscale: #585858. Windows color (decimal): -14847370 or 7762461. OLE color: 7762461.

HSL color Cylindrical-coordinate representation of color #1D7276: hue angle of 182.7º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7276 is Cyan = 0.75, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB29114118-
CMYK0.750.0300.54
HSL182.7º60.54%28.82%-
HSV(B)182.7º75.42%46.27%-
XYZ9.7913.619.25-
YUV89.04144.3485.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=11.11%
G=43.68%
B=45.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal291141180.750.0300.54182.760.5428.82
Hex1D72764B3036b73d1d
Octal3516216611330662677535
Binary111011110010111011010010111101101101011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,114,118); }

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

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

 a { background-color: rgb(29,114,118); }

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

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

 span { border-color: rgb(29,114,118); }

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