Html Css Color HEX #1D7077 Allports

📋 copy color: '#1D7077'

red 29 ◦ green 112 ◦ blue 119

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

Shades of Allports #1D7077

Tints of Allports #1D7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.08%

 BLUE value IS 119 (46.88% from 255) = 45.77%

R = 11.15%
G = 43.08%
B = 45.77%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D7077 (or 0x1D7077) is known color: Allports. HEX triplet: 1D, 70 and 77. RGB value is (29,112,119). Sum of RGB (Red+Green+Blue) = 29+112+119=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D7077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D7077 is #E28F88. Grayscale: #575757. Windows color (decimal): -14847881 or 7827485. OLE color: 7827485.

HSL color Cylindrical-coordinate representation of color #1D7077: hue angle of 184.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D7077 is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 112 119 -
CMYK 0.76 0.06 0 0.53
HSL 184.67º 0.61% 0.29% -
HSV(B) 184.67º 0.76% 0.47% -
XYZ 9.63 13.18 19.49 -
YUV 87.98 145.5 85.93 -
System Red Green Blue C M Y K H S L
Decimal 29 112 119 0.76 0.06 0 0.53 184.67 0.61 0.29
Hex 1D 70 77 4C 6 0 35 B9 3D 1D
Octal 35 160 167 114 6 0 65 271 75 35
Binary 11101 1110000 1110111 1001100 110 0 110101 10111001 111101 11101

Color Harmonies of #1D7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7077

Black with #1D7077

Text Example


Text Example

White with #1D7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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