#1D6782

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

Shades of Allports #1D6782

Tints of Allports #1D6782

Color information

#1D6782 (or 0x1D6782) is unknown color: approx Allports. HEX triplet: 1D, 67 and 82. RGB value is (29,103,130). Sum of RGB (Red+Green+Blue) = 29+103+130=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 130 (51.17% from 255 or 49.62% from 262); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D6782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6782 is #E2987D. Grayscale: #535353. Windows color (decimal): -14850174 or 8546077. OLE color: 8546077.

HSL color Cylindrical-coordinate representation of color #1D6782: hue angle of 196.04º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D6782 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB29103130-
CMYK0.780.2100.49
HSL196.04º63.52%31.18%-
HSV(B)196.04º77.69%50.98%-
XYZ9.3911.5722.86-
YUV83.95153.9888.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.07%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 130 (51.17% from 255) = 49.62%
R=11.07%
G=39.31%
B=49.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291031300.780.2100.49196.0463.5231.18
Hex1D67824E15031c4401f
Octal351472021162506130410037
Binary11101110011110000010100111010101011000111000100100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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