Html Css Color HEX #116764 Blue Stone

📋 copy color: '#116764'

red 17 ◦ green 103 ◦ blue 100

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

Shades of Blue Stone #116764

Tints of Blue Stone #116764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.82%

 BLUE value IS 100 (39.45% from 255) = 45.45%

R = 7.73%
G = 46.82%
B = 45.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#116764 (or 0x116764) is known color: Blue Stone. HEX triplet: 11, 67 and 64. RGB value is (17,103,100). Sum of RGB (Red+Green+Blue) = 17+103+100=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 103 (40.62% from 255 or 46.82% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 103 - color contains mainly: green. Hex color #116764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116764 is #EE989B. Grayscale: #4C4C4C. Windows color (decimal): -15636636 or 6579985. OLE color: 6579985.

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

Color convert

RGB 17 103 100 -
CMYK 0.83 0 0.03 0.60
HSL 177.91º 0.72% 0.24% -
HSV(B) 177.91º 0.83% 0.4% -
XYZ 7.38 10.74 13.74 -
YUV 76.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 17 103 100 0.83 0 0.03 0.60 177.91 0.72 0.24
Hex 11 67 64 53 0 3 3C B2 48 18
Octal 21 147 144 123 0 3 74 262 110 30
Binary 10001 1100111 1100100 1010011 0 11 111100 10110010 1001000 11000

Color Harmonies of #116764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116764

Black with #116764

Text Example


Text Example

White with #116764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116764; }

 p { color: rgb(17,103,100); }

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

background-color css

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

 a { background-color: rgb(17,103,100); }

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

border-color css

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

 span { border-color: rgb(17,103,100); }

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