#187296

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

Shades of Allports #187296

Tints of Allports #187296

Color information

#187296 (or 0x187296) is unknown color: approx Allports. HEX triplet: 18, 72 and 96. RGB value is (24,114,150). Sum of RGB (Red+Green+Blue) = 24+114+150=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #187296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187296 is #E78D69. Grayscale: #5A5A5A. Windows color (decimal): -15175018 or 9859608. OLE color: 9859608.

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

Color convert

RGB24114150-
CMYK0.840.2400.41
HSL197.14º72.41%34.12%-
HSV(B)197.14º84%58.82%-
XYZ11.914.4331.01-
YUV91.19161.1880.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.33%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=8.33%
G=39.58%
B=52.08%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal241141500.840.2400.41197.1472.4134.12
Hex1872965418029c54822
Octal301622261243005130511042
Binary110001110010100101101010100110000101001110001011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187296; }

 p { color: rgb(24,114,150); }

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

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

 a { background-color: rgb(24,114,150); }

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

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

 span { border-color: rgb(24,114,150); }

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