Html Css Color HEX #116253 Blue Stone

📋 copy color: '#116253'

red 17 ◦ green 98 ◦ blue 83

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

Shades of Blue Stone #116253

Tints of Blue Stone #116253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

 BLUE value IS 83 (32.81% from 255) = 41.92%

R = 8.59%
G = 49.49%
B = 41.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#116253 (or 0x116253) is known color: Blue Stone. HEX triplet: 11, 62 and 53. RGB value is (17,98,83). Sum of RGB (Red+Green+Blue) = 17+98+83=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #116253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116253 is #EE9DAC. Grayscale: #484848. Windows color (decimal): -15637933 or 5464593. OLE color: 5464593.

HSL color Cylindrical-coordinate representation of color #116253: hue angle of 168.89º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116253 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 98 83 -
CMYK 0.83 0 0.15 0.62
HSL 168.89º 0.7% 0.23% -
HSV(B) 168.89º 0.83% 0.38% -
XYZ 6.16 9.48 9.69 -
YUV 72.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 17 98 83 0.83 0 0.15 0.62 168.89 0.7 0.23
Hex 11 62 53 53 0 F 3E A9 46 17
Octal 21 142 123 123 0 17 76 251 106 27
Binary 10001 1100010 1010011 1010011 0 1111 111110 10101001 1000110 10111

Color Harmonies of #116253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116253

Black with #116253

Text Example


Text Example

White with #116253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116253; }

 p { color: rgb(17,98,83); }

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

background-color css

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

 a { background-color: rgb(17,98,83); }

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

border-color css

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

 span { border-color: rgb(17,98,83); }

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