Html Css Color HEX #185B5C Blue Stone

📋 copy color: '#185B5C'

red 24 ◦ green 91 ◦ blue 92

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

Shades of Blue Stone #185B5C

Tints of Blue Stone #185B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.44%

R = 11.59%
G = 43.96%
B = 44.44%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#185B5C (or 0x185B5C) is known color: Blue Stone. HEX triplet: 18, 5B and 5C. RGB value is (24,91,92). Sum of RGB (Red+Green+Blue) = 24+91+92=207 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.59% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #185B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185B5C is #E7A4A3. Grayscale: #474747. Windows color (decimal): -15180964 or 6052632. OLE color: 6052632.

HSL color Cylindrical-coordinate representation of color #185B5C: hue angle of 180.88º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185B5C is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 24 91 92 -
CMYK 0.74 0.01 0 0.64
HSL 180.88º 0.59% 0.23% -
HSV(B) 180.88º 0.74% 0.36% -
XYZ 6.05 8.45 11.44 -
YUV 71.08 139.8 94.42 -
System Red Green Blue C M Y K H S L
Decimal 24 91 92 0.74 0.01 0 0.64 180.88 0.59 0.23
Hex 18 5B 5C 4A 1 0 40 B5 3B 17
Octal 30 133 134 112 1 0 100 265 73 27
Binary 11000 1011011 1011100 1001010 1 0 1000000 10110101 111011 10111

Color Harmonies of #185B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185B5C

Black with #185B5C

Text Example


Text Example

White with #185B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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