Html Css Color HEX #116063 Blue Stone

📋 copy color: '#116063'

red 17 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #116063

Tints of Blue Stone #116063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

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

R = 8.02%
G = 45.28%
B = 46.7%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#116063 (or 0x116063) is known color: Blue Stone. HEX triplet: 11, 60 and 63. RGB value is (17,96,99). Sum of RGB (Red+Green+Blue) = 17+96+99=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #116063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116063 is #EE9F9C. Grayscale: #484848. Windows color (decimal): -15638429 or 6512657. OLE color: 6512657.

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

Color convert

RGB 17 96 99 -
CMYK 0.83 0.03 0 0.61
HSL 182.2º 0.71% 0.23% -
HSV(B) 182.2º 0.83% 0.39% -
XYZ 6.67 9.39 13.26 -
YUV 72.72 142.83 88.26 -
System Red Green Blue C M Y K H S L
Decimal 17 96 99 0.83 0.03 0 0.61 182.2 0.71 0.23
Hex 11 60 63 53 3 0 3D B6 47 17
Octal 21 140 143 123 3 0 75 266 107 27
Binary 10001 1100000 1100011 1010011 11 0 111101 10110110 1000111 10111

Color Harmonies of #116063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116063

Black with #116063

Text Example


Text Example

White with #116063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116063; }

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

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

background-color css

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

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

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

border-color css

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

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

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