Html Css Color HEX #185663 Blue Stone

📋 copy color: '#185663'

red 24 ◦ green 86 ◦ blue 99

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

Shades of Blue Stone #185663

Tints of Blue Stone #185663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.15%

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

R = 11.48%
G = 41.15%
B = 47.37%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#185663 (or 0x185663) is known color: Blue Stone. HEX triplet: 18, 56 and 63. RGB value is (24,86,99). Sum of RGB (Red+Green+Blue) = 24+86+99=209 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.48% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #185663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185663 is #E7A99C. Grayscale: #444444. Windows color (decimal): -15182237 or 6510104. OLE color: 6510104.

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

Color convert

RGB 24 86 99 -
CMYK 0.76 0.13 0 0.61
HSL 190.4º 0.61% 0.24% -
HSV(B) 190.4º 0.76% 0.39% -
XYZ 5.96 7.75 12.99 -
YUV 68.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 24 86 99 0.76 0.13 0 0.61 190.4 0.61 0.24
Hex 18 56 63 4C D 0 3D BE 3D 18
Octal 30 126 143 114 15 0 75 276 75 30
Binary 11000 1010110 1100011 1001100 1101 0 111101 10111110 111101 11000

Color Harmonies of #185663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185663

Black with #185663

Text Example


Text Example

White with #185663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185663; }

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

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

background-color css

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

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

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

border-color css

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

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

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