Html Css Color HEX #1D6476 Allports

📋 copy color: '#1D6476'

red 29 ◦ green 100 ◦ blue 118

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

Shades of Allports #1D6476

Tints of Allports #1D6476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.49%

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

R = 11.74%
G = 40.49%
B = 47.77%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D6476 (or 0x1D6476) is known color: Allports. HEX triplet: 1D, 64 and 76. RGB value is (29,100,118). Sum of RGB (Red+Green+Blue) = 29+100+118=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D6476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D6476 is #E29B89. Grayscale: #505050. Windows color (decimal): -14850954 or 7758877. OLE color: 7758877.

HSL color Cylindrical-coordinate representation of color #1D6476: hue angle of 192.13º 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 #1D6476 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 100 118 -
CMYK 0.75 0.15 0 0.54
HSL 192.13º 0.61% 0.29% -
HSV(B) 192.13º 0.75% 0.46% -
XYZ 8.33 10.68 18.76 -
YUV 80.82 148.98 91.04 -
System Red Green Blue C M Y K H S L
Decimal 29 100 118 0.75 0.15 0 0.54 192.13 0.61 0.29
Hex 1D 64 76 4B F 0 36 C0 3D 1D
Octal 35 144 166 113 17 0 66 300 75 35
Binary 11101 1100100 1110110 1001011 1111 0 110110 11000000 111101 11101

Color Harmonies of #1D6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D6476

Black with #1D6476

Text Example


Text Example

White with #1D6476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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