Html Css Color HEX #18575A Blue Stone

📋 copy color: '#18575A'

red 24 ◦ green 87 ◦ blue 90

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

Shades of Blue Stone #18575A

Tints of Blue Stone #18575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.28%

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

R = 11.94%
G = 43.28%
B = 44.78%

CMYK

 C value IS 0.73

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#18575A (or 0x18575A) is known color: Blue Stone. HEX triplet: 18, 57 and 5A. RGB value is (24,87,90). Sum of RGB (Red+Green+Blue) = 24+87+90=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #18575A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18575A is #E7A8A5. Grayscale: #444444. Windows color (decimal): -15181990 or 5920536. OLE color: 5920536.

HSL color Cylindrical-coordinate representation of color #18575A: hue angle of 182.73º 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 #18575A is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 24 87 90 -
CMYK 0.73 0.03 0 0.65
HSL 182.73º 0.58% 0.22% -
HSV(B) 182.73º 0.73% 0.35% -
XYZ 5.63 7.75 10.87 -
YUV 68.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 24 87 90 0.73 0.03 0 0.65 182.73 0.58 0.22
Hex 18 57 5A 49 3 0 41 B7 3A 16
Octal 30 127 132 111 3 0 101 267 72 26
Binary 11000 1010111 1011010 1001001 11 0 1000001 10110111 111010 10110

Color Harmonies of #18575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18575A

Black with #18575A

Text Example


Text Example

White with #18575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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