Html Css Color HEX #11635F Blue Stone

📋 copy color: '#11635F'

red 17 ◦ green 99 ◦ blue 95

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

Shades of Blue Stone #11635F

Tints of Blue Stone #11635F

RGB

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

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

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

R = 8.06%
G = 46.92%
B = 45.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#11635F (or 0x11635F) is known color: Blue Stone. HEX triplet: 11, 63 and 5F. RGB value is (17,99,95). Sum of RGB (Red+Green+Blue) = 17+99+95=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #11635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11635F is #EE9CA0. Grayscale: #494949. Windows color (decimal): -15637665 or 6251281. OLE color: 6251281.

HSL color Cylindrical-coordinate representation of color #11635F: hue angle of 177.07º 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 #11635F is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 95 -
CMYK 0.83 0 0.04 0.61
HSL 177.07º 0.71% 0.23% -
HSV(B) 177.07º 0.83% 0.39% -
XYZ 6.76 9.87 12.38 -
YUV 74.03 139.83 87.33 -
System Red Green Blue C M Y K H S L
Decimal 17 99 95 0.83 0 0.04 0.61 177.07 0.71 0.23
Hex 11 63 5F 53 0 4 3D B1 47 17
Octal 21 143 137 123 0 4 75 261 107 27
Binary 10001 1100011 1011111 1010011 0 100 111101 10110001 1000111 10111

Color Harmonies of #11635F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11635F

Black with #11635F

Text Example


Text Example

White with #11635F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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