Html Css Color HEX #186358 Blue Stone

📋 copy color: '#186358'

red 24 ◦ green 99 ◦ blue 88

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

Shades of Blue Stone #186358

Tints of Blue Stone #186358

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

 BLUE value IS 88 (34.77% from 255) = 41.71%

R = 11.37%
G = 46.92%
B = 41.71%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#186358 (or 0x186358) is known color: Blue Stone. HEX triplet: 18, 63 and 58. RGB value is (24,99,88). Sum of RGB (Red+Green+Blue) = 24+99+88=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #186358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186358 is #E79CA7. Grayscale: #4B4B4B. Windows color (decimal): -15178920 or 5792536. OLE color: 5792536.

HSL color Cylindrical-coordinate representation of color #186358: hue angle of 171.2º 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 #186358 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 24 99 88 -
CMYK 0.76 0 0.11 0.61
HSL 171.2º 0.61% 0.24% -
HSV(B) 171.2º 0.76% 0.39% -
XYZ 6.6 9.82 10.78 -
YUV 75.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 24 99 88 0.76 0 0.11 0.61 171.2 0.61 0.24
Hex 18 63 58 4C 0 B 3D AB 3D 18
Octal 30 143 130 114 0 13 75 253 75 30
Binary 11000 1100011 1011000 1001100 0 1011 111101 10101011 111101 11000

Color Harmonies of #186358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #186358

Black with #186358

Text Example


Text Example

White with #186358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #186358; }

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

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

background-color css

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

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

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

border-color css

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

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

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