Html Css Color HEX #11525C Blue Stone

📋 copy color: '#11525C'

red 17 ◦ green 82 ◦ blue 92

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

Shades of Blue Stone #11525C

Tints of Blue Stone #11525C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.93%

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

R = 8.9%
G = 42.93%
B = 48.17%

CMYK

 C value IS 0.82

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11525C (or 0x11525C) is known color: Blue Stone. HEX triplet: 11, 52 and 5C. RGB value is (17,82,92). Sum of RGB (Red+Green+Blue) = 17+82+92=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #11525C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11525C is #EEADA3. Grayscale: #3F3F3F. Windows color (decimal): -15642020 or 6050321. OLE color: 6050321.

HSL color Cylindrical-coordinate representation of color #11525C: hue angle of 188º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11525C is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 82 92 -
CMYK 0.82 0.11 0 0.64
HSL 188º 0.69% 0.21% -
HSV(B) 188º 0.82% 0.36% -
XYZ 5.18 6.93 11.19 -
YUV 63.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 17 82 92 0.82 0.11 0 0.64 188 0.69 0.21
Hex 11 52 5C 52 B 0 40 BC 45 15
Octal 21 122 134 122 13 0 100 274 105 25
Binary 10001 1010010 1011100 1010010 1011 0 1000000 10111100 1000101 10101

Color Harmonies of #11525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11525C

Black with #11525C

Text Example


Text Example

White with #11525C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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