#187063

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

Shades of Blue Stone #187063

Tints of Blue Stone #187063

Color information

#187063 (or 0x187063) is unknown color: approx Blue Stone. HEX triplet: 18, 70 and 63. RGB value is (24,112,99). Sum of RGB (Red+Green+Blue) = 24+112+99=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #187063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187063 is #E78F9C. Grayscale: #545454. Windows color (decimal): -15175581 or 6516760. OLE color: 6516760.

HSL color Cylindrical-coordinate representation of color #187063: hue angle of 171.14º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #187063 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB2411299-
CMYK0.7900.120.56
HSL171.14º64.71%26.67%-
HSV(B)171.14º78.57%43.92%-
XYZ8.4212.6813.81-
YUV84.21136.3585.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=10.21%
G=47.66%
B=42.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112990.7900.120.56171.1464.7126.67
Hex1870634F0C38ab411b
Octal301601431170147025310133
Binary110001110000110001110011110110011100010101011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187063; }

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

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

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

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

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

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

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

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