Html Css Color HEX #116068 Blue Stone

📋 copy color: '#116068'

red 17 ◦ green 96 ◦ blue 104

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

Shades of Blue Stone #116068

Tints of Blue Stone #116068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 7.83%
G = 44.24%
B = 47.93%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#116068 (or 0x116068) is known color: Blue Stone. HEX triplet: 11, 60 and 68. RGB value is (17,96,104). Sum of RGB (Red+Green+Blue) = 17+96+104=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #116068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116068 is #EE9F97. Grayscale: #494949. Windows color (decimal): -15638424 or 6840337. OLE color: 6840337.

HSL color Cylindrical-coordinate representation of color #116068: hue angle of 185.52º 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 #116068 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 96 104 -
CMYK 0.84 0.08 0 0.59
HSL 185.52º 0.72% 0.24% -
HSV(B) 185.52º 0.84% 0.41% -
XYZ 6.91 9.48 14.56 -
YUV 73.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 17 96 104 0.84 0.08 0 0.59 185.52 0.72 0.24
Hex 11 60 68 54 8 0 3B BA 48 18
Octal 21 140 150 124 10 0 73 272 110 30
Binary 10001 1100000 1101000 1010100 1000 0 111011 10111010 1001000 11000

Color Harmonies of #116068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116068

Black with #116068

Text Example


Text Example

White with #116068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116068; }

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

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

background-color css

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

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

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

border-color css

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

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

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