Html Css Color HEX #116366 Blue Stone

📋 copy color: '#116366'

red 17 ◦ green 99 ◦ blue 102

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

Shades of Blue Stone #116366

Tints of Blue Stone #116366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

 BLUE value IS 102 (40.23% from 255) = 46.79%

R = 7.8%
G = 45.41%
B = 46.79%

CMYK

 C value IS 0.83

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#116366 (or 0x116366) is known color: Blue Stone. HEX triplet: 11, 63 and 66. RGB value is (17,99,102). Sum of RGB (Red+Green+Blue) = 17+99+102=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #116366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116366 is #EE9C99. Grayscale: #4A4A4A. Windows color (decimal): -15637658 or 6710033. OLE color: 6710033.

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

Color convert

RGB 17 99 102 -
CMYK 0.83 0.03 0 0.6
HSL 182.12º 0.71% 0.23% -
HSV(B) 182.12º 0.83% 0.4% -
XYZ 7.09 10 14.13 -
YUV 74.82 143.33 86.76 -
System Red Green Blue C M Y K H S L
Decimal 17 99 102 0.83 0.03 0 0.6 182.12 0.71 0.23
Hex 11 63 66 53 3 0 3C B6 47 17
Octal 21 143 146 123 3 0 74 266 107 27
Binary 10001 1100011 1100110 1010011 11 0 111100 10110110 1000111 10111

Color Harmonies of #116366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116366

Black with #116366

Text Example


Text Example

White with #116366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116366; }

 p { color: rgb(17,99,102); }

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

background-color css

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

 a { background-color: rgb(17,99,102); }

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

border-color css

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

 span { border-color: rgb(17,99,102); }

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