Html Css Color HEX #1D7588 Allports

📋 copy color: '#1D7588'

red 29 ◦ green 117 ◦ blue 136

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

Shades of Allports #1D7588

Tints of Allports #1D7588

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.49%

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 10.28%
G = 41.49%
B = 48.23%

CMYK

 C value IS 0.79

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D7588 (or 0x1D7588) is known color: Allports. HEX triplet: 1D, 75 and 88. RGB value is (29,117,136). Sum of RGB (Red+Green+Blue) = 29+117+136=282 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.28% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #1D7588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D7588 is #E28A77. Grayscale: #5C5C5C. Windows color (decimal): -14846584 or 8942877. OLE color: 8942877.

HSL color Cylindrical-coordinate representation of color #1D7588: hue angle of 190.65º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D7588 is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 29 117 136 -
CMYK 0.79 0.14 0 0.47
HSL 190.65º 0.65% 0.32% -
HSV(B) 190.65º 0.79% 0.53% -
XYZ 11.31 14.76 25.55 -
YUV 92.85 152.35 82.46 -
System Red Green Blue C M Y K H S L
Decimal 29 117 136 0.79 0.14 0 0.47 190.65 0.65 0.32
Hex 1D 75 88 4F E 0 2F BF 41 20
Octal 35 165 210 117 16 0 57 277 101 40
Binary 11101 1110101 10001000 1001111 1110 0 101111 10111111 1000001 100000

Color Harmonies of #1D7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D7588

Black with #1D7588

Text Example


Text Example

White with #1D7588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,117,136); }

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

background-color css

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

 a { background-color: rgb(29,117,136); }

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

border-color css

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

 span { border-color: rgb(29,117,136); }

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