Html Css Color HEX #1D6377 Allports

📋 copy color: '#1D6377'

red 29 ◦ green 99 ◦ blue 119

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

Shades of Allports #1D6377

Tints of Allports #1D6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.08%

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

R = 11.74%
G = 40.08%
B = 48.18%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D6377 (or 0x1D6377) is known color: Allports. HEX triplet: 1D, 63 and 77. RGB value is (29,99,119). Sum of RGB (Red+Green+Blue) = 29+99+119=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D6377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6377 is #E29C88. Grayscale: #505050. Windows color (decimal): -14851209 or 7824157. OLE color: 7824157.

HSL color Cylindrical-coordinate representation of color #1D6377: hue angle of 193.33º 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 #1D6377 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 99 119 -
CMYK 0.76 0.17 0 0.53
HSL 193.33º 0.61% 0.29% -
HSV(B) 193.33º 0.76% 0.47% -
XYZ 8.3 10.52 19.05 -
YUV 80.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 29 99 119 0.76 0.17 0 0.53 193.33 0.61 0.29
Hex 1D 63 77 4C 11 0 35 C1 3D 1D
Octal 35 143 167 114 21 0 65 301 75 35
Binary 11101 1100011 1110111 1001100 10001 0 110101 11000001 111101 11101

Color Harmonies of #1D6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6377

Black with #1D6377

Text Example


Text Example

White with #1D6377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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