#1D707C

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

Shades of Allports #1D707C

Tints of Allports #1D707C

Color information

#1D707C (or 0x1D707C) is unknown color: approx Allports. HEX triplet: 1D, 70 and 7C. RGB value is (29,112,124). Sum of RGB (Red+Green+Blue) = 29+112+124=265 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.94% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #1D707C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D707C is #E28F83. Grayscale: #585858. Windows color (decimal): -14847876 or 8155165. OLE color: 8155165.

HSL color Cylindrical-coordinate representation of color #1D707C: hue angle of 187.58º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D707C is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB29112124-
CMYK0.770.1000.51
HSL187.58º62.09%30%-
HSV(B)187.58º76.61%48.63%-
XYZ9.9413.321.11-
YUV88.5514885.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.94%
GREEN value IS 112 (44.14% from 255) = 42.26%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=10.94%
G=42.26%
B=46.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal291121240.770.1000.51187.5862.0930
Hex1D707C4DA033bc3e1e
Octal35160174115120632747636
Binary11101111000011111001001101101001100111011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,112,124); }

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

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

 a { background-color: rgb(29,112,124); }

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

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

 span { border-color: rgb(29,112,124); }

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