Html Css Color HEX #187980 Allports

📋 copy color: '#187980'

red 24 ◦ green 121 ◦ blue 128

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

Shades of Allports #187980

Tints of Allports #187980

RGB

 RED value IS 24 (9.77% from 255) = 8.79%

 GREEN value IS 121 (47.66% from 255) = 44.32%

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 8.79%
G = 44.32%
B = 46.89%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#187980 (or 0x187980) is known color: Allports. HEX triplet: 18, 79 and 80. RGB value is (24,121,128). Sum of RGB (Red+Green+Blue) = 24+121+128=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #187980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187980 is #E7867F. Grayscale: #5C5C5C. Windows color (decimal): -15173248 or 8419608. OLE color: 8419608.

HSL color Cylindrical-coordinate representation of color #187980: hue angle of 184.04º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187980 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 121 128 -
CMYK 0.81 0.05 0 0.50
HSL 184.04º 0.68% 0.3% -
HSV(B) 184.04º 0.81% 0.5% -
XYZ 11.11 15.43 22.81 -
YUV 92.8 147.86 78.93 -
System Red Green Blue C M Y K H S L
Decimal 24 121 128 0.81 0.05 0 0.50 184.04 0.68 0.3
Hex 18 79 80 51 5 0 32 B8 44 1E
Octal 30 171 200 121 5 0 62 270 104 36
Binary 11000 1111001 10000000 1010001 101 0 110010 10111000 1000100 11110

Color Harmonies of #187980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187980

Black with #187980

Text Example


Text Example

White with #187980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #187980; }

 p { color: rgb(24,121,128); }

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

background-color css

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

 a { background-color: rgb(24,121,128); }

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

border-color css

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

 span { border-color: rgb(24,121,128); }

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