#1D6B8C

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

Shades of Allports #1D6B8C

Tints of Allports #1D6B8C

Color information

#1D6B8C (or 0x1D6B8C) is unknown color: approx Allports. HEX triplet: 1D, 6B and 8C. RGB value is (29,107,140). Sum of RGB (Red+Green+Blue) = 29+107+140=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #1D6B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6B8C is #E29473. Grayscale: #575757. Windows color (decimal): -14849140 or 9202461. OLE color: 9202461.

HSL color Cylindrical-coordinate representation of color #1D6B8C: hue angle of 197.84º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D6B8C is Cyan = 0.79, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB29107140-
CMYK0.790.2400.45
HSL197.84º65.68%33.14%-
HSV(B)197.84º79.29%54.9%-
XYZ10.512.6726.7-
YUV87.44157.6686.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.51%
GREEN value IS 107 (42.19% from 255) = 38.77%
BLUE value IS 140 (55.08% from 255) = 50.72%
R=10.51%
G=38.77%
B=50.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291071400.790.2400.45197.8465.6833.14
Hex1D6B8C4F1802Dc64221
Octal351532141173005530610241
Binary111011101011100011001001111110000101101110001101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,107,140); }

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

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

 a { background-color: rgb(29,107,140); }

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

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

 span { border-color: rgb(29,107,140); }

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