Html Css Color HEX #185B63 Blue Stone

📋 copy color: '#185B63'

red 24 ◦ green 91 ◦ blue 99

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

Shades of Blue Stone #185B63

Tints of Blue Stone #185B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.52%

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

R = 11.21%
G = 42.52%
B = 46.26%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185B63 (or 0x185B63) is known color: Blue Stone. HEX triplet: 18, 5B and 63. RGB value is (24,91,99). Sum of RGB (Red+Green+Blue) = 24+91+99=214 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.21% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #185B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B63 is #E7A49C. Grayscale: #474747. Windows color (decimal): -15180957 or 6511384. OLE color: 6511384.

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

Color convert

RGB 24 91 99 -
CMYK 0.76 0.08 0 0.61
HSL 186.4º 0.61% 0.24% -
HSV(B) 186.4º 0.76% 0.39% -
XYZ 6.37 8.58 13.12 -
YUV 71.88 143.3 93.85 -
System Red Green Blue C M Y K H S L
Decimal 24 91 99 0.76 0.08 0 0.61 186.4 0.61 0.24
Hex 18 5B 63 4C 8 0 3D BA 3D 18
Octal 30 133 143 114 10 0 75 272 75 30
Binary 11000 1011011 1100011 1001100 1000 0 111101 10111010 111101 11000

Color Harmonies of #185B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B63

Black with #185B63

Text Example


Text Example

White with #185B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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