Html Css Color HEX #1D6376 Allports

📋 copy color: '#1D6376'

red 29 ◦ green 99 ◦ blue 118

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

Shades of Allports #1D6376

Tints of Allports #1D6376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.97%

R = 11.79%
G = 40.24%
B = 47.97%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D6376 (or 0x1D6376) is known color: Allports. HEX triplet: 1D, 63 and 76. RGB value is (29,99,118). Sum of RGB (Red+Green+Blue) = 29+99+118=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D6376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6376 is #E29C89. Grayscale: #505050. Windows color (decimal): -14851210 or 7758621. OLE color: 7758621.

HSL color Cylindrical-coordinate representation of color #1D6376: hue angle of 192.81º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D6376 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 99 118 -
CMYK 0.75 0.16 0 0.54
HSL 192.81º 0.61% 0.29% -
HSV(B) 192.81º 0.75% 0.46% -
XYZ 8.24 10.49 18.73 -
YUV 80.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 29 99 118 0.75 0.16 0 0.54 192.81 0.61 0.29
Hex 1D 63 76 4B 10 0 36 C1 3D 1D
Octal 35 143 166 113 20 0 66 301 75 35
Binary 11101 1100011 1110110 1001011 10000 0 110110 11000001 111101 11101

Color Harmonies of #1D6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6376

Black with #1D6376

Text Example


Text Example

White with #1D6376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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