Html Css Color HEX #116062 Blue Stone

📋 copy color: '#116062'

red 17 ◦ green 96 ◦ blue 98

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

Shades of Blue Stone #116062

Tints of Blue Stone #116062

RGB

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

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

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

R = 8.06%
G = 45.5%
B = 46.45%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#116062 (or 0x116062) is known color: Blue Stone. HEX triplet: 11, 60 and 62. RGB value is (17,96,98). Sum of RGB (Red+Green+Blue) = 17+96+98=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #116062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116062 is #EE9F9D. Grayscale: #484848. Windows color (decimal): -15638430 or 6447121. OLE color: 6447121.

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

Color convert

RGB 17 96 98 -
CMYK 0.83 0.02 0 0.62
HSL 181.48º 0.7% 0.23% -
HSV(B) 181.48º 0.83% 0.38% -
XYZ 6.62 9.37 13.01 -
YUV 72.61 142.33 88.34 -
System Red Green Blue C M Y K H S L
Decimal 17 96 98 0.83 0.02 0 0.62 181.48 0.7 0.23
Hex 11 60 62 53 2 0 3E B5 46 17
Octal 21 140 142 123 2 0 76 265 106 27
Binary 10001 1100000 1100010 1010011 10 0 111110 10110101 1000110 10111

Color Harmonies of #116062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116062

Black with #116062

Text Example


Text Example

White with #116062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116062; }

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

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

background-color css

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

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

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

border-color css

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

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

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