#1D6F91

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

Shades of Allports #1D6F91

Tints of Allports #1D6F91

Color information

#1D6F91 (or 0x1D6F91) is unknown color: approx Allports. HEX triplet: 1D, 6F and 91. RGB value is (29,111,145). Sum of RGB (Red+Green+Blue) = 29+111+145=285 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.18% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D6F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6F91 is #E2906E. Grayscale: #5A5A5A. Windows color (decimal): -14848111 or 9531165. OLE color: 9531165.

HSL color Cylindrical-coordinate representation of color #1D6F91: hue angle of 197.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D6F91 is Cyan = 0.8, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB29111145-
CMYK0.80.2300.43
HSL197.59º66.67%34.12%-
HSV(B)197.59º80%56.86%-
XYZ11.313.6728.83-
YUV90.36158.8384.24-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.18%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=10.18%
G=38.95%
B=50.88%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal291111450.80.2300.43197.5966.6734.12
Hex1D6F91501702Bc64322
Octal351572211202705330610342
Binary111011101111100100011010000101110101011110001101000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,111,145); }

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

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

 a { background-color: rgb(29,111,145); }

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

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

 span { border-color: rgb(29,111,145); }

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