Html Css Color HEX #116362 Blue Stone

📋 copy color: '#116362'

red 17 ◦ green 99 ◦ blue 98

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

Shades of Blue Stone #116362

Tints of Blue Stone #116362

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

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

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

Color convert

RGB 17 99 98 -
CMYK 0.83 0 0.01 0.61
HSL 179.27º 0.71% 0.23% -
HSV(B) 179.27º 0.83% 0.39% -
XYZ 6.9 9.92 13.11 -
YUV 74.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 17 99 98 0.83 0 0.01 0.61 179.27 0.71 0.23
Hex 11 63 62 53 0 1 3D B3 47 17
Octal 21 143 142 123 0 1 75 263 107 27
Binary 10001 1100011 1100010 1010011 0 1 111101 10110011 1000111 10111

Color Harmonies of #116362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116362

Black with #116362

Text Example


Text Example

White with #116362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116362; }

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

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

background-color css

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

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

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

border-color css

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

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

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