#1D627E

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

Shades of Allports #1D627E

Tints of Allports #1D627E

Color information

#1D627E (or 0x1D627E) is unknown color: approx Allports. HEX triplet: 1D, 62 and 7E. RGB value is (29,98,126). Sum of RGB (Red+Green+Blue) = 29+98+126=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D627E is #E29D81. Grayscale: #505050. Windows color (decimal): -14851458 or 8282653. OLE color: 8282653.

HSL color Cylindrical-coordinate representation of color #1D627E: hue angle of 197.32º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D627E is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2998126-
CMYK0.770.2200.51
HSL197.32º62.58%30.39%-
HSV(B)197.32º76.98%49.41%-
XYZ8.6410.521.31-
YUV80.56153.6491.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 126 (49.61% from 255) = 49.80%
R=11.46%
G=38.74%
B=49.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29981260.770.2200.51197.3262.5830.39
Hex1D627E4D16033c53f1e
Octal35142176115260633057736
Binary111011100010111111010011011011001100111100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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