#1D656F

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

Shades of Allports #1D656F

Tints of Allports #1D656F

Color information

#1D656F (or 0x1D656F) is unknown color: approx Allports. HEX triplet: 1D, 65 and 6F. RGB value is (29,101,111). Sum of RGB (Red+Green+Blue) = 29+101+111=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D656F is #E29A90. Grayscale: #505050. Windows color (decimal): -14850705 or 7300381. OLE color: 7300381.

HSL color Cylindrical-coordinate representation of color #1D656F: hue angle of 187.32º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D656F is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB29101111-
CMYK0.740.0900.56
HSL187.32º58.57%27.45%-
HSV(B)187.32º73.87%43.53%-
XYZ8.0310.7216.68-
YUV80.61145.1591.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.03%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=12.03%
G=41.91%
B=46.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal291011110.740.0900.56187.3258.5727.45
Hex1D656F4A9038bb3b1b
Octal35145157112110702737333
Binary11101110010111011111001010100101110001011101111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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