#1D657E

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

Shades of Allports #1D657E

Tints of Allports #1D657E

Color information

#1D657E (or 0x1D657E) is unknown color: approx Allports. HEX triplet: 1D, 65 and 7E. RGB value is (29,101,126). Sum of RGB (Red+Green+Blue) = 29+101+126=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D657E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D657E is #E29A81. Grayscale: #525252. Windows color (decimal): -14850690 or 8283421. OLE color: 8283421.

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

Color convert

RGB29101126-
CMYK0.770.2000.51
HSL195.46º62.58%30.39%-
HSV(B)195.46º76.98%49.41%-
XYZ8.9311.0721.41-
YUV82.32152.6589.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 101 (39.84% from 255) = 39.45%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=11.33%
G=39.45%
B=49.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291011260.770.2000.51195.4662.5830.39
Hex1D657E4D14033c33f1e
Octal35145176115240633037736
Binary111011100101111111010011011010001100111100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D657E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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