#1D677C

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

Shades of Allports #1D677C

Tints of Allports #1D677C

Color information

#1D677C (or 0x1D677C) is unknown color: approx Allports. HEX triplet: 1D, 67 and 7C. RGB value is (29,103,124). Sum of RGB (Red+Green+Blue) = 29+103+124=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D677C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D677C is #E29883. Grayscale: #535353. Windows color (decimal): -14850180 or 8152861. OLE color: 8152861.

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

Color convert

RGB29103124-
CMYK0.770.1700.51
HSL193.26º62.09%30%-
HSV(B)193.26º76.61%48.63%-
XYZ911.4220.8-
YUV83.27150.9889.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.33%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=11.33%
G=40.23%
B=48.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291031240.770.1700.51193.2662.0930
Hex1D677C4D11033c13e1e
Octal35147174115210633017636
Binary111011100111111110010011011000101100111100000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,103,124); }

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

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

 a { background-color: rgb(29,103,124); }

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

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

 span { border-color: rgb(29,103,124); }

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