Html Css Color HEX #185F63 Blue Stone

📋 copy color: '#185F63'

red 24 ◦ green 95 ◦ blue 99

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

Shades of Blue Stone #185F63

Tints of Blue Stone #185F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.58%

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

R = 11.01%
G = 43.58%
B = 45.41%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185F63 (or 0x185F63) is known color: Blue Stone. HEX triplet: 18, 5F and 63. RGB value is (24,95,99). Sum of RGB (Red+Green+Blue) = 24+95+99=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #185F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185F63 is #E7A09C. Grayscale: #4A4A4A. Windows color (decimal): -15179933 or 6512408. OLE color: 6512408.

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

Color convert

RGB 24 95 99 -
CMYK 0.76 0.04 0 0.61
HSL 183.2º 0.61% 0.24% -
HSV(B) 183.2º 0.76% 0.39% -
XYZ 6.72 9.28 13.24 -
YUV 74.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 24 95 99 0.76 0.04 0 0.61 183.2 0.61 0.24
Hex 18 5F 63 4C 4 0 3D B7 3D 18
Octal 30 137 143 114 4 0 75 267 75 30
Binary 11000 1011111 1100011 1001100 100 0 111101 10110111 111101 11000

Color Harmonies of #185F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185F63

Black with #185F63

Text Example


Text Example

White with #185F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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