Html Css Color HEX #18646E Blue Stone

📋 copy color: '#18646E'

red 24 ◦ green 100 ◦ blue 110

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

Shades of Blue Stone #18646E

Tints of Blue Stone #18646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 10.26%
G = 42.74%
B = 47.01%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#18646E (or 0x18646E) is known color: Blue Stone. HEX triplet: 18, 64 and 6E. RGB value is (24,100,110). Sum of RGB (Red+Green+Blue) = 24+100+110=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #18646E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18646E is #E79B91. Grayscale: #4E4E4E. Windows color (decimal): -15178642 or 7234584. OLE color: 7234584.

HSL color Cylindrical-coordinate representation of color #18646E: hue angle of 186.98º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18646E is Cyan = 0.78, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 24 100 110 -
CMYK 0.78 0.09 0 0.57
HSL 186.98º 0.64% 0.26% -
HSV(B) 186.98º 0.78% 0.43% -
XYZ 7.75 10.43 16.36 -
YUV 78.42 145.82 89.19 -
System Red Green Blue C M Y K H S L
Decimal 24 100 110 0.78 0.09 0 0.57 186.98 0.64 0.26
Hex 18 64 6E 4E 9 0 39 BB 40 1A
Octal 30 144 156 116 11 0 71 273 100 32
Binary 11000 1100100 1101110 1001110 1001 0 111001 10111011 1000000 11010

Color Harmonies of #18646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18646E

Black with #18646E

Text Example


Text Example

White with #18646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18646E; }

 p { color: rgb(24,100,110); }

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

background-color css

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

 a { background-color: rgb(24,100,110); }

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

border-color css

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

 span { border-color: rgb(24,100,110); }

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