Html Css Color HEX #116265 Blue Stone

📋 copy color: '#116265'

red 17 ◦ green 98 ◦ blue 101

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

Shades of Blue Stone #116265

Tints of Blue Stone #116265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 7.87%
G = 45.37%
B = 46.76%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#116265 (or 0x116265) is known color: Blue Stone. HEX triplet: 11, 62 and 65. RGB value is (17,98,101). Sum of RGB (Red+Green+Blue) = 17+98+101=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #116265 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116265 is #EE9D9A. Grayscale: #4A4A4A. Windows color (decimal): -15637915 or 6644241. OLE color: 6644241.

HSL color Cylindrical-coordinate representation of color #116265: hue angle of 182.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116265 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 98 101 -
CMYK 0.83 0.03 0 0.60
HSL 182.14º 0.71% 0.23% -
HSV(B) 182.14º 0.83% 0.4% -
XYZ 6.95 9.79 13.84 -
YUV 74.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 17 98 101 0.83 0.03 0 0.60 182.14 0.71 0.23
Hex 11 62 65 53 3 0 3C B6 47 17
Octal 21 142 145 123 3 0 74 266 107 27
Binary 10001 1100010 1100101 1010011 11 0 111100 10110110 1000111 10111

Color Harmonies of #116265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116265

Black with #116265

Text Example


Text Example

White with #116265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116265; }

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

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

background-color css

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

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

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

border-color css

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

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

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