#1D657D

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

Shades of Allports #1D657D

Tints of Allports #1D657D

Color information

#1D657D (or 0x1D657D) is unknown color: approx Allports. HEX triplet: 1D, 65 and 7D. RGB value is (29,101,125). Sum of RGB (Red+Green+Blue) = 29+101+125=255 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.37% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D657D is #E29A82. Grayscale: #525252. Windows color (decimal): -14850691 or 8217885. OLE color: 8217885.

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

Color convert

RGB29101125-
CMYK0.770.1900.51
HSL195º62.34%30.2%-
HSV(B)195º76.8%49.02%-
XYZ8.8611.0521.07-
YUV82.21152.1590.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.37%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=11.37%
G=39.61%
B=49.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291011250.770.1900.5119562.3430.2
Hex1D657D4D13033c33e1e
Octal35145175115230633037636
Binary111011100101111110110011011001101100111100001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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