#1d657f

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

Shades of Allports #1D657F

Tints of Allports #1D657F

Color information

#1D657F (or 0x1D657F) is unknown color: approx Allports. HEX triplet: 1D, 65 and 7F. RGB value is (29,101,127). Sum of RGB (Red+Green+Blue) = 29+101+127=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D657F is #E29A80. Grayscale: #525252. Windows color (decimal): -14850689 or 8348957. OLE color: 8348957.

HSL color Cylindrical-coordinate representation of color #1D657F: hue angle of 195.92º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D657F is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB29101127-
CMYK0.770.2000.50
HSL195.92º62.82%30.59%-
HSV(B)195.92º77.17%49.8%-
XYZ8.9911.121.75-
YUV82.44153.1589.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.28%
GREEN value IS 101 (39.84% from 255) = 39.30%
BLUE value IS 127 (50% from 255) = 49.42%
R=11.28%
G=39.30%
B=49.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal291011270.770.2000.50195.9262.8230.59
Hex1D657F4D14032c43f1f
Octal35145177115240623047737
Binary111011100101111111110011011010001100101100010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d657f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,127); }

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

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

 a { background-color: rgb(29,101,127); }

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

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

 span { border-color: rgb(29,101,127); }

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