#1D616E

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

Shades of Allports #1D616E

Tints of Allports #1D616E

Color information

#1D616E (or 0x1D616E) is unknown color: approx Allports. HEX triplet: 1D, 61 and 6E. RGB value is (29,97,110). Sum of RGB (Red+Green+Blue) = 29+97+110=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D616E is #E29E91. Grayscale: #4E4E4E. Windows color (decimal): -14851730 or 7233821. OLE color: 7233821.

HSL color Cylindrical-coordinate representation of color #1D616E: hue angle of 189.63º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D616E is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2997110-
CMYK0.740.1200.57
HSL189.63º58.27%27.25%-
HSV(B)189.63º73.64%43.14%-
XYZ7.69.9416.27-
YUV78.15145.9792.94-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.29%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=12.29%
G=41.10%
B=46.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29971100.740.1200.57189.6358.2727.25
Hex1D616E4AC039be3a1b
Octal35141156112140712767233
Binary11101110000111011101001010110001110011011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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