Html Css Color HEX #185E6C Blue Stone

📋 copy color: '#185E6C'

red 24 ◦ green 94 ◦ blue 108

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

Shades of Blue Stone #185E6C

Tints of Blue Stone #185E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 10.62%
G = 41.59%
B = 47.79%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#185E6C (or 0x185E6C) is known color: Blue Stone. HEX triplet: 18, 5E and 6C. RGB value is (24,94,108). Sum of RGB (Red+Green+Blue) = 24+94+108=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 94 (37.11% from 255 or 41.59% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #185E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185E6C is #E7A193. Grayscale: #4A4A4A. Windows color (decimal): -15180180 or 7101976. OLE color: 7101976.

HSL color Cylindrical-coordinate representation of color #185E6C: hue angle of 190º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #185E6C is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 24 94 108 -
CMYK 0.78 0.13 0 0.58
HSL 190º 0.64% 0.26% -
HSV(B) 190º 0.78% 0.42% -
XYZ 7.09 9.28 15.61 -
YUV 74.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 24 94 108 0.78 0.13 0 0.58 190 0.64 0.26
Hex 18 5E 6C 4E D 0 3A BE 40 1A
Octal 30 136 154 116 15 0 72 276 100 32
Binary 11000 1011110 1101100 1001110 1101 0 111010 10111110 1000000 11010

Color Harmonies of #185E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185E6C

Black with #185E6C

Text Example


Text Example

White with #185E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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