Html Css Color HEX #116069 Blue Stone

📋 copy color: '#116069'

red 17 ◦ green 96 ◦ blue 105

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

Shades of Blue Stone #116069

Tints of Blue Stone #116069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 7.8%
G = 44.04%
B = 48.17%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#116069 (or 0x116069) is known color: Blue Stone. HEX triplet: 11, 60 and 69. RGB value is (17,96,105). Sum of RGB (Red+Green+Blue) = 17+96+105=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #116069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116069 is #EE9F96. Grayscale: #494949. Windows color (decimal): -15638423 or 6905873. OLE color: 6905873.

HSL color Cylindrical-coordinate representation of color #116069: hue angle of 186.14º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116069 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 96 105 -
CMYK 0.84 0.09 0 0.59
HSL 186.14º 0.72% 0.24% -
HSV(B) 186.14º 0.84% 0.41% -
XYZ 6.96 9.5 14.83 -
YUV 73.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 17 96 105 0.84 0.09 0 0.59 186.14 0.72 0.24
Hex 11 60 69 54 9 0 3B BA 48 18
Octal 21 140 151 124 11 0 73 272 110 30
Binary 10001 1100000 1101001 1010100 1001 0 111011 10111010 1001000 11000

Color Harmonies of #116069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116069

Black with #116069

Text Example


Text Example

White with #116069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116069; }

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

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

background-color css

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

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

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

border-color css

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

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

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