#1D6773

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

Shades of Allports #1D6773

Tints of Allports #1D6773

Color information

#1D6773 (or 0x1D6773) is unknown color: approx Allports. HEX triplet: 1D, 67 and 73. RGB value is (29,103,115). Sum of RGB (Red+Green+Blue) = 29+103+115=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D6773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6773 is #E2988C. Grayscale: #525252. Windows color (decimal): -14850189 or 7563037. OLE color: 7563037.

HSL color Cylindrical-coordinate representation of color #1D6773: hue angle of 188.37º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6773 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB29103115-
CMYK0.750.1000.55
HSL188.37º59.72%28.24%-
HSV(B)188.37º74.78%45.1%-
XYZ8.4511.217.94-
YUV82.24146.4890.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.74%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=11.74%
G=41.70%
B=46.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal291031150.750.1000.55188.3759.7228.24
Hex1D67734BA037bc3c1c
Octal35147163113120672747434
Binary11101110011111100111001011101001101111011110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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