Html Css Color HEX #18535A Blue Stone

📋 copy color: '#18535A'

red 24 ◦ green 83 ◦ blue 90

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

Shades of Blue Stone #18535A

Tints of Blue Stone #18535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.13%

 BLUE value IS 90 (35.55% from 255) = 45.69%

R = 12.18%
G = 42.13%
B = 45.69%

CMYK

 C value IS 0.73

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18535A (or 0x18535A) is known color: Blue Stone. HEX triplet: 18, 53 and 5A. RGB value is (24,83,90). Sum of RGB (Red+Green+Blue) = 24+83+90=197 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.18% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #18535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18535A is #E7ACA5. Grayscale: #424242. Windows color (decimal): -15183014 or 5919512. OLE color: 5919512.

HSL color Cylindrical-coordinate representation of color #18535A: hue angle of 186.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18535A is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 83 90 -
CMYK 0.73 0.08 0 0.65
HSL 186.36º 0.58% 0.22% -
HSV(B) 186.36º 0.73% 0.35% -
XYZ 5.32 7.12 10.77 -
YUV 66.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 24 83 90 0.73 0.08 0 0.65 186.36 0.58 0.22
Hex 18 53 5A 49 8 0 41 BA 3A 16
Octal 30 123 132 111 10 0 101 272 72 26
Binary 11000 1010011 1011010 1001001 1000 0 1000001 10111010 111010 10110

Color Harmonies of #18535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18535A

Black with #18535A

Text Example


Text Example

White with #18535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18535A; }

 p { color: rgb(24,83,90); }

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

background-color css

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

 a { background-color: rgb(24,83,90); }

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

border-color css

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

 span { border-color: rgb(24,83,90); }

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