Html Css Color HEX #11635D Blue Stone

📋 copy color: '#11635D'

red 17 ◦ green 99 ◦ blue 93

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

Shades of Blue Stone #11635D

Tints of Blue Stone #11635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

 BLUE value IS 93 (36.72% from 255) = 44.5%

R = 8.13%
G = 47.37%
B = 44.5%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#11635D (or 0x11635D) is known color: Blue Stone. HEX triplet: 11, 63 and 5D. RGB value is (17,99,93). Sum of RGB (Red+Green+Blue) = 17+99+93=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #11635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11635D is #EE9CA2. Grayscale: #494949. Windows color (decimal): -15637667 or 6120209. OLE color: 6120209.

HSL color Cylindrical-coordinate representation of color #11635D: hue angle of 175.61º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11635D is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 93 -
CMYK 0.83 0 0.06 0.61
HSL 175.61º 0.71% 0.23% -
HSV(B) 175.61º 0.83% 0.39% -
XYZ 6.67 9.83 11.9 -
YUV 73.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 17 99 93 0.83 0 0.06 0.61 175.61 0.71 0.23
Hex 11 63 5D 53 0 6 3D B0 47 17
Octal 21 143 135 123 0 6 75 260 107 27
Binary 10001 1100011 1011101 1010011 0 110 111101 10110000 1000111 10111

Color Harmonies of #11635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11635D

Black with #11635D

Text Example


Text Example

White with #11635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11635D; }

 p { color: rgb(17,99,93); }

 H1.HeaderClassName
 {
   color: #11635D;
 }
 .AnyTagClassName
 {
   color: #11635D;
 }
</style>

background-color css

<style>
 a { background-color: #11635D; }

 a { background-color: rgb(17,99,93); }

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

border-color css

<style>
 span { border-color: #11635D; }

 span { border-color: rgb(17,99,93); }

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