Html Css Color HEX #185E5F Blue Stone

📋 copy color: '#185E5F'

red 24 ◦ green 94 ◦ blue 95

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

Shades of Blue Stone #185E5F

Tints of Blue Stone #185E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.13%

 BLUE value IS 95 (37.5% from 255) = 44.6%

R = 11.27%
G = 44.13%
B = 44.6%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#185E5F (or 0x185E5F) is known color: Blue Stone. HEX triplet: 18, 5E and 5F. RGB value is (24,94,95). Sum of RGB (Red+Green+Blue) = 24+94+95=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #185E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E5F is #E7A1A0. Grayscale: #494949. Windows color (decimal): -15180193 or 6250008. OLE color: 6250008.

HSL color Cylindrical-coordinate representation of color #185E5F: hue angle of 180.85º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185E5F is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 24 94 95 -
CMYK 0.75 0.01 0 0.63
HSL 180.85º 0.6% 0.23% -
HSV(B) 180.85º 0.75% 0.37% -
XYZ 6.44 9.03 12.23 -
YUV 73.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 24 94 95 0.75 0.01 0 0.63 180.85 0.6 0.23
Hex 18 5E 5F 4B 1 0 3F B5 3C 17
Octal 30 136 137 113 1 0 77 265 74 27
Binary 11000 1011110 1011111 1001011 1 0 111111 10110101 111100 10111

Color Harmonies of #185E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185E5F

Black with #185E5F

Text Example


Text Example

White with #185E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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