#187880

Color #187880 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #187880

Tints of Allports #187880

Color information

#187880 (or 0x187880) is unknown color: approx Allports. HEX triplet: 18, 78 and 80. RGB value is (24,120,128). Sum of RGB (Red+Green+Blue) = 24+120+128=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #187880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187880 is #E7877F. Grayscale: #5C5C5C. Windows color (decimal): -15173504 or 8419352. OLE color: 8419352.

HSL color Cylindrical-coordinate representation of color #187880: hue angle of 184.62º 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 #187880 is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24120128-
CMYK0.810.0600.50
HSL184.62º68.42%29.8%-
HSV(B)184.62º81.25%50.2%-
XYZ10.9915.1922.77-
YUV92.21148.279.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=8.82%
G=44.12%
B=47.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241201280.810.0600.50184.6268.4229.8
Hex187880516032b9441e
Octal30170200121606227110436
Binary110001111000100000001010001110011001010111001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187880; }

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

 H1.HeaderClassName
 {
   color: #187880;
 }
 .AnyTagClassName
 {
   color: #187880;
 }
</style>
background-color css

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

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

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

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

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

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