Html Css Color HEX #1D717F Allports

📋 copy color: '#1D717F'

red 29 ◦ green 113 ◦ blue 127

#1D717F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #1D717F

Tints of Allports #1D717F

RGB

 RED value IS 29 (11.72% from 255) = 10.78%

 GREEN value IS 113 (44.53% from 255) = 42.01%

 BLUE value IS 127 (50% from 255) = 47.21%

R = 10.78%
G = 42.01%
B = 47.21%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D717F (or 0x1D717F) is known color: Allports. HEX triplet: 1D, 71 and 7F. RGB value is (29,113,127). Sum of RGB (Red+Green+Blue) = 29+113+127=269 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.78% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D717F is #E28E80. Grayscale: #595959. Windows color (decimal): -14847617 or 8352029. OLE color: 8352029.

HSL color Cylindrical-coordinate representation of color #1D717F: hue angle of 188.57º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D717F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 113 127 -
CMYK 0.77 0.11 0 0.50
HSL 188.57º 0.63% 0.31% -
HSV(B) 188.57º 0.77% 0.5% -
XYZ 10.24 13.6 22.16 -
YUV 89.48 149.17 84.86 -
System Red Green Blue C M Y K H S L
Decimal 29 113 127 0.77 0.11 0 0.50 188.57 0.63 0.31
Hex 1D 71 7F 4D B 0 32 BD 3F 1F
Octal 35 161 177 115 13 0 62 275 77 37
Binary 11101 1110001 1111111 1001101 1011 0 110010 10111101 111111 11111

Color Harmonies of #1D717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D717F

Black with #1D717F

Text Example


Text Example

White with #1D717F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,113,127); }

 H1.HeaderClassName
 {
   color: #1D717F;
 }
 .AnyTagClassName
 {
   color: #1D717F;
 }
</style>

background-color css

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

 a { background-color: rgb(29,113,127); }

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

border-color css

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

 span { border-color: rgb(29,113,127); }

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