Html Css Color HEX #186463 Blue Stone

📋 copy color: '#186463'

red 24 ◦ green 100 ◦ blue 99

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

Shades of Blue Stone #186463

Tints of Blue Stone #186463

RGB

 RED value IS 24 (9.77% from 255) = 10.76%

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 99 (39.06% from 255) = 44.39%

R = 10.76%
G = 44.84%
B = 44.39%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#186463 (or 0x186463) is known color: Blue Stone. HEX triplet: 18, 64 and 63. RGB value is (24,100,99). Sum of RGB (Red+Green+Blue) = 24+100+99=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 99 (39.06% from 255 or 44.39% from 223); Max value from RGB is 100 - color contains mainly: green. Hex color #186463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186463 is #E79B9C. Grayscale: #4D4D4D. Windows color (decimal): -15178653 or 6513688. OLE color: 6513688.

HSL color Cylindrical-coordinate representation of color #186463: hue angle of 179.21º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186463 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 100 99 -
CMYK 0.76 0 0.01 0.61
HSL 179.21º 0.61% 0.24% -
HSV(B) 179.21º 0.76% 0.39% -
XYZ 7.19 10.21 13.4 -
YUV 77.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 24 100 99 0.76 0 0.01 0.61 179.21 0.61 0.24
Hex 18 64 63 4C 0 1 3D B3 3D 18
Octal 30 144 143 114 0 1 75 263 75 30
Binary 11000 1100100 1100011 1001100 0 1 111101 10110011 111101 11000

Color Harmonies of #186463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186463

Black with #186463

Text Example


Text Example

White with #186463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186463; }

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

 H1.HeaderClassName
 {
   color: #186463;
 }
 .AnyTagClassName
 {
   color: #186463;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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