Html Css Color HEX #187063 Blue Stone

📋 copy color: '#187063'

red 24 ◦ green 112 ◦ blue 99

#187063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #187063

Tints of Blue Stone #187063

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 value IS 0.79

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#187063 (or 0x187063) is known color: 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

RGB 24 112 99 -
CMYK 0.79 0 0.12 0.56
HSL 171.14º 0.65% 0.27% -
HSV(B) 171.14º 0.79% 0.44% -
XYZ 8.42 12.68 13.81 -
YUV 84.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 24 112 99 0.79 0 0.12 0.56 171.14 0.65 0.27
Hex 18 70 63 4F 0 C 38 AB 41 1B
Octal 30 160 143 117 0 14 70 253 101 33
Binary 11000 1110000 1100011 1001111 0 1100 111000 10101011 1000001 11011

Color Harmonies of #187063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #187063

Black with #187063

Text Example


Text Example

White with #187063

Text Example


Text Example

HTML Codes & Css Web 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>