#1D6179

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

Shades of Allports #1D6179

Tints of Allports #1D6179

Color information

#1D6179 (or 0x1D6179) is unknown color: approx Allports. HEX triplet: 1D, 61 and 79. RGB value is (29,97,121). Sum of RGB (Red+Green+Blue) = 29+97+121=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 121 (47.66% from 255 or 48.99% from 247); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D6179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6179 is #E29E86. Grayscale: #4F4F4F. Windows color (decimal): -14851719 or 7954717. OLE color: 7954717.

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

Color convert

RGB2997121-
CMYK0.760.2000.53
HSL195.65º61.33%29.41%-
HSV(B)195.65º76.03%47.45%-
XYZ8.2310.1919.62-
YUV79.4151.4792.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 121 (47.66% from 255) = 48.99%
R=11.74%
G=39.27%
B=48.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29971210.760.2000.53195.6561.3329.41
Hex1D61794C14035c43d1d
Octal35141171114240653047535
Binary111011100001111100110011001010001101011100010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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