#1D626E

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

Shades of Allports #1D626E

Tints of Allports #1D626E

Color information

#1D626E (or 0x1D626E) is unknown color: approx Allports. HEX triplet: 1D, 62 and 6E. RGB value is (29,98,110). Sum of RGB (Red+Green+Blue) = 29+98+110=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D626E is #E29D91. Grayscale: #4E4E4E. Windows color (decimal): -14851474 or 7234077. OLE color: 7234077.

HSL color Cylindrical-coordinate representation of color #1D626E: hue angle of 188.89º 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 #1D626E is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2998110-
CMYK0.740.1100.57
HSL188.89º58.27%27.25%-
HSV(B)188.89º73.64%43.14%-
XYZ7.6910.1216.3-
YUV78.74145.6492.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.24%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=12.24%
G=41.35%
B=46.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29981100.740.1100.57188.8958.2727.25
Hex1D626E4AB039bd3a1b
Octal35142156112130712757233
Binary11101110001011011101001010101101110011011110111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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