Html Css Color HEX #1D7684 Allports

📋 copy color: '#1D7684'

red 29 ◦ green 118 ◦ blue 132

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

Shades of Allports #1D7684

Tints of Allports #1D7684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 10.39%
G = 42.29%
B = 47.31%

CMYK

 C value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1D7684 (or 0x1D7684) is known color: Allports. HEX triplet: 1D, 76 and 84. RGB value is (29,118,132). Sum of RGB (Red+Green+Blue) = 29+118+132=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D7684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7684 is #E2897B. Grayscale: #5C5C5C. Windows color (decimal): -14846332 or 8680989. OLE color: 8680989.

HSL color Cylindrical-coordinate representation of color #1D7684: hue angle of 188.16º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D7684 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 118 132 -
CMYK 0.78 0.11 0 0.48
HSL 188.16º 0.64% 0.32% -
HSV(B) 188.16º 0.78% 0.52% -
XYZ 11.15 14.88 24.12 -
YUV 92.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 29 118 132 0.78 0.11 0 0.48 188.16 0.64 0.32
Hex 1D 76 84 4E B 0 30 BC 40 20
Octal 35 166 204 116 13 0 60 274 100 40
Binary 11101 1110110 10000100 1001110 1011 0 110000 10111100 1000000 100000

Color Harmonies of #1D7684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7684

Black with #1D7684

Text Example


Text Example

White with #1D7684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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