Html Css Color HEX #1D7690 Allports

📋 copy color: '#1D7690'

red 29 ◦ green 118 ◦ blue 144

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

Shades of Allports #1D7690

Tints of Allports #1D7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 9.97%
G = 40.55%
B = 49.48%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1D7690 (or 0x1D7690) is known color: Allports. HEX triplet: 1D, 76 and 90. RGB value is (29,118,144). Sum of RGB (Red+Green+Blue) = 29+118+144=291 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.97% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #1D7690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7690 is #E2896F. Grayscale: #5E5E5E. Windows color (decimal): -14846320 or 9467421. OLE color: 9467421.

HSL color Cylindrical-coordinate representation of color #1D7690: hue angle of 193.57º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D7690 is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 29 118 144 -
CMYK 0.80 0.18 0 0.44
HSL 193.57º 0.66% 0.34% -
HSV(B) 193.57º 0.8% 0.56% -
XYZ 12.02 15.23 28.69 -
YUV 94.35 156.01 81.39 -
System Red Green Blue C M Y K H S L
Decimal 29 118 144 0.80 0.18 0 0.44 193.57 0.66 0.34
Hex 1D 76 90 50 12 0 2C C2 42 22
Octal 35 166 220 120 22 0 54 302 102 42
Binary 11101 1110110 10010000 1010000 10010 0 101100 11000010 1000010 100010

Color Harmonies of #1D7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7690

Black with #1D7690

Text Example


Text Example

White with #1D7690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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