#1D6582

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

Shades of Allports #1D6582

Tints of Allports #1D6582

Color information

#1D6582 (or 0x1D6582) is unknown color: approx Allports. HEX triplet: 1D, 65 and 82. RGB value is (29,101,130). Sum of RGB (Red+Green+Blue) = 29+101+130=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D6582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6582 is #E29A7D. Grayscale: #525252. Windows color (decimal): -14850686 or 8545565. OLE color: 8545565.

HSL color Cylindrical-coordinate representation of color #1D6582: hue angle of 197.23º 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 #1D6582 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB29101130-
CMYK0.780.2200.49
HSL197.23º63.52%31.18%-
HSV(B)197.23º77.69%50.98%-
XYZ9.1911.1822.79-
YUV82.78154.6589.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.15%
GREEN value IS 101 (39.84% from 255) = 38.85%
BLUE value IS 130 (51.17% from 255) = 50%
R=11.15%
G=38.85%
B=50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal291011300.780.2200.49197.2363.5231.18
Hex1D65824E16031c5401f
Octal351452021162606130510037
Binary11101110010110000010100111010110011000111000101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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