Html Css Color HEX #116462 Blue Stone

📋 copy color: '#116462'

red 17 ◦ green 100 ◦ blue 98

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

Shades of Blue Stone #116462

Tints of Blue Stone #116462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 46.51%

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

R = 7.91%
G = 46.51%
B = 45.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#116462 (or 0x116462) is known color: Blue Stone. HEX triplet: 11, 64 and 62. RGB value is (17,100,98). Sum of RGB (Red+Green+Blue) = 17+100+98=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 100 - color contains mainly: green. Hex color #116462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116462 is #EE9B9D. Grayscale: #4A4A4A. Windows color (decimal): -15637406 or 6448145. OLE color: 6448145.

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

Color convert

RGB 17 100 98 -
CMYK 0.83 0 0.02 0.61
HSL 178.55º 0.71% 0.23% -
HSV(B) 178.55º 0.83% 0.39% -
XYZ 6.99 10.12 13.14 -
YUV 74.96 141 86.66 -
System Red Green Blue C M Y K H S L
Decimal 17 100 98 0.83 0 0.02 0.61 178.55 0.71 0.23
Hex 11 64 62 53 0 2 3D B3 47 17
Octal 21 144 142 123 0 2 75 263 107 27
Binary 10001 1100100 1100010 1010011 0 10 111101 10110011 1000111 10111

Color Harmonies of #116462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116462

Black with #116462

Text Example


Text Example

White with #116462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116462; }

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

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

background-color css

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

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

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

border-color css

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

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

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