Html Css Color HEX #11595F Blue Stone

📋 copy color: '#11595F'

red 17 ◦ green 89 ◦ blue 95

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

Shades of Blue Stone #11595F

Tints of Blue Stone #11595F

RGB

 RED value IS 17 (7.03% from 255) = 8.46%

 GREEN value IS 89 (35.16% from 255) = 44.28%

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

R = 8.46%
G = 44.28%
B = 47.26%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11595F (or 0x11595F) is known color: Blue Stone. HEX triplet: 11, 59 and 5F. RGB value is (17,89,95). Sum of RGB (Red+Green+Blue) = 17+89+95=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #11595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11595F is #EEA6A0. Grayscale: #444444. Windows color (decimal): -15640225 or 6248721. OLE color: 6248721.

HSL color Cylindrical-coordinate representation of color #11595F: hue angle of 184.62º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11595F is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 89 95 -
CMYK 0.82 0.06 0 0.63
HSL 184.62º 0.7% 0.22% -
HSV(B) 184.62º 0.82% 0.37% -
XYZ 5.87 8.09 12.08 -
YUV 68.16 143.15 91.51 -
System Red Green Blue C M Y K H S L
Decimal 17 89 95 0.82 0.06 0 0.63 184.62 0.7 0.22
Hex 11 59 5F 52 6 0 3F B9 46 16
Octal 21 131 137 122 6 0 77 271 106 26
Binary 10001 1011001 1011111 1010010 110 0 111111 10111001 1000110 10110

Color Harmonies of #11595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11595F

Black with #11595F

Text Example


Text Example

White with #11595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11595F; }

 p { color: rgb(17,89,95); }

 H1.HeaderClassName
 {
   color: #11595F;
 }
 .AnyTagClassName
 {
   color: #11595F;
 }
</style>

background-color css

<style>
 a { background-color: #11595F; }

 a { background-color: rgb(17,89,95); }

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

border-color css

<style>
 span { border-color: #11595F; }

 span { border-color: rgb(17,89,95); }

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