#187082

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

Shades of Allports #187082

Tints of Allports #187082

Color information

#187082 (or 0x187082) is unknown color: approx Allports. HEX triplet: 18, 70 and 82. RGB value is (24,112,130). Sum of RGB (Red+Green+Blue) = 24+112+130=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #187082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187082 is #E78F7D. Grayscale: #575757. Windows color (decimal): -15175550 or 8548376. OLE color: 8548376.

HSL color Cylindrical-coordinate representation of color #187082: hue angle of 190.19º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187082 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB24112130-
CMYK0.820.1400.49
HSL190.19º68.83%30.2%-
HSV(B)190.19º81.54%50.98%-
XYZ10.213.3923.17-
YUV87.74151.8582.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.02%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 130 (51.17% from 255) = 48.87%
R=9.02%
G=42.11%
B=48.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal241121300.820.1400.49190.1968.8330.2
Hex18708252E031be451e
Octal301602021221606127610536
Binary1100011100001000001010100101110011000110111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187082; }

 p { color: rgb(24,112,130); }

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

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

 a { background-color: rgb(24,112,130); }

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

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

 span { border-color: rgb(24,112,130); }

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