#1D636D

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

Shades of Allports #1D636D

Tints of Allports #1D636D

Color information

#1D636D (or 0x1D636D) is unknown color: approx Allports. HEX triplet: 1D, 63 and 6D. RGB value is (29,99,109). Sum of RGB (Red+Green+Blue) = 29+99+109=237 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.24% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D636D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D636D is #E29C92. Grayscale: #4F4F4F. Windows color (decimal): -14851219 or 7168797. OLE color: 7168797.

HSL color Cylindrical-coordinate representation of color #1D636D: hue angle of 187.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D636D is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2999109-
CMYK0.730.0900.57
HSL187.5º57.97%27.06%-
HSV(B)187.5º73.39%42.75%-
XYZ7.7310.2916.05-
YUV79.21144.8192.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.24%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=12.24%
G=41.77%
B=45.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal29991090.730.0900.57187.557.9727.06
Hex1D636D499039bc3a1b
Octal35143155111110712747233
Binary11101110001111011011001001100101110011011110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,99,109); }

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

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

 a { background-color: rgb(29,99,109); }

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

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

 span { border-color: rgb(29,99,109); }

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