Html Css Color HEX #1D80AD Pelorous

📋 copy color: '#1D80AD'

red 29 ◦ green 128 ◦ blue 173

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

Shades of Pelorous #1D80AD

Tints of Pelorous #1D80AD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 8.79%
G = 38.79%
B = 52.42%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1D80AD (or 0x1D80AD) is known color: Pelorous. HEX triplet: 1D, 80 and AD. RGB value is (29,128,173). Sum of RGB (Red+Green+Blue) = 29+128+173=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #1D80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D80AD is #E27F52. Grayscale: #676767. Windows color (decimal): -14843731 or 11370525. OLE color: 11370525.

HSL color Cylindrical-coordinate representation of color #1D80AD: hue angle of 198.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D80AD is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 128 173 -
CMYK 0.83 0.26 0 0.32
HSL 198.75º 0.71% 0.4% -
HSV(B) 198.75º 0.83% 0.68% -
XYZ 15.77 18.72 42.32 -
YUV 103.53 167.2 74.84 -
System Red Green Blue C M Y K H S L
Decimal 29 128 173 0.83 0.26 0 0.32 198.75 0.71 0.4
Hex 1D 80 AD 53 1A 0 20 C7 47 28
Octal 35 200 255 123 32 0 40 307 107 50
Binary 11101 10000000 10101101 1010011 11010 0 100000 11000111 1000111 101000

Color Harmonies of #1D80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D80AD

Black with #1D80AD

Text Example


Text Example

White with #1D80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,128,173); }

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

background-color css

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

 a { background-color: rgb(29,128,173); }

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

border-color css

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

 span { border-color: rgb(29,128,173); }

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