Html Css Color HEX #116263 Blue Stone

📋 copy color: '#116263'

red 17 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #116263

Tints of Blue Stone #116263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.26%

R = 7.94%
G = 45.79%
B = 46.26%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#116263 (or 0x116263) is known color: Blue Stone. HEX triplet: 11, 62 and 63. RGB value is (17,98,99). Sum of RGB (Red+Green+Blue) = 17+98+99=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #116263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116263 is #EE9D9C. Grayscale: #494949. Windows color (decimal): -15637917 or 6513169. OLE color: 6513169.

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

Color convert

RGB 17 98 99 -
CMYK 0.83 0.01 0 0.61
HSL 180.73º 0.71% 0.23% -
HSV(B) 180.73º 0.83% 0.39% -
XYZ 6.85 9.76 13.33 -
YUV 73.9 142.16 87.42 -
System Red Green Blue C M Y K H S L
Decimal 17 98 99 0.83 0.01 0 0.61 180.73 0.71 0.23
Hex 11 62 63 53 1 0 3D B5 47 17
Octal 21 142 143 123 1 0 75 265 107 27
Binary 10001 1100010 1100011 1010011 1 0 111101 10110101 1000111 10111

Color Harmonies of #116263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116263

Black with #116263

Text Example


Text Example

White with #116263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116263; }

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

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

background-color css

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

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

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

border-color css

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

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

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