Html Css Color HEX #11675C Blue Stone

📋 copy color: '#11675C'

red 17 ◦ green 103 ◦ blue 92

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

Shades of Blue Stone #11675C

Tints of Blue Stone #11675C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 48.58%

 BLUE value IS 92 (36.33% from 255) = 43.4%

R = 8.02%
G = 48.58%
B = 43.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#11675C (or 0x11675C) is known color: Blue Stone. HEX triplet: 11, 67 and 5C. RGB value is (17,103,92). Sum of RGB (Red+Green+Blue) = 17+103+92=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 103 (40.62% from 255 or 48.58% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 103 - color contains mainly: green. Hex color #11675C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11675C is #EE98A3. Grayscale: #4B4B4B. Windows color (decimal): -15636644 or 6055697. OLE color: 6055697.

HSL color Cylindrical-coordinate representation of color #11675C: hue angle of 172.33º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11675C is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 103 92 -
CMYK 0.83 0 0.11 0.60
HSL 172.33º 0.72% 0.24% -
HSV(B) 172.33º 0.83% 0.4% -
XYZ 7.01 10.59 11.8 -
YUV 76.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 17 103 92 0.83 0 0.11 0.60 172.33 0.72 0.24
Hex 11 67 5C 53 0 B 3C AC 48 18
Octal 21 147 134 123 0 13 74 254 110 30
Binary 10001 1100111 1011100 1010011 0 1011 111100 10101100 1001000 11000

Color Harmonies of #11675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11675C

Black with #11675C

Text Example


Text Example

White with #11675C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11675C; }

 p { color: rgb(17,103,92); }

 H1.HeaderClassName
 {
   color: #11675C;
 }
 .AnyTagClassName
 {
   color: #11675C;
 }
</style>

background-color css

<style>
 a { background-color: #11675C; }

 a { background-color: rgb(17,103,92); }

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

border-color css

<style>
 span { border-color: #11675C; }

 span { border-color: rgb(17,103,92); }

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