#187995

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

Shades of Allports #187995

Tints of Allports #187995

Color information

#187995 (or 0x187995) is unknown color: approx Allports. HEX triplet: 18, 79 and 95. RGB value is (24,121,149). Sum of RGB (Red+Green+Blue) = 24+121+149=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #187995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187995 is #E7866A. Grayscale: #5E5E5E. Windows color (decimal): -15173227 or 9795864. OLE color: 9795864.

HSL color Cylindrical-coordinate representation of color #187995: hue angle of 193.44º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #187995 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24121149-
CMYK0.840.1900.42
HSL193.44º72.25%33.92%-
HSV(B)193.44º83.89%58.43%-
XYZ12.6416.0430.86-
YUV95.19158.3677.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 149 (58.59% from 255) = 50.68%
R=8.16%
G=41.16%
B=50.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241211490.840.1900.42193.4472.2533.92
Hex187995541302Ac14822
Octal301712251242305230111042
Binary110001111001100101011010100100110101010110000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187995; }

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

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

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

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

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

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

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

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