Html Css Color HEX #116369 Blue Stone

📋 copy color: '#116369'

red 17 ◦ green 99 ◦ blue 105

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

Shades of Blue Stone #116369

Tints of Blue Stone #116369

RGB

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

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

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

R = 7.69%
G = 44.8%
B = 47.51%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#116369 (or 0x116369) is known color: Blue Stone. HEX triplet: 11, 63 and 69. RGB value is (17,99,105). Sum of RGB (Red+Green+Blue) = 17+99+105=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #116369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116369 is #EE9C96. Grayscale: #4B4B4B. Windows color (decimal): -15637655 or 6906641. OLE color: 6906641.

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

Color convert

RGB 17 99 105 -
CMYK 0.84 0.06 0 0.59
HSL 184.09º 0.72% 0.24% -
HSV(B) 184.09º 0.84% 0.41% -
XYZ 7.24 10.06 14.93 -
YUV 75.17 144.83 86.51 -
System Red Green Blue C M Y K H S L
Decimal 17 99 105 0.84 0.06 0 0.59 184.09 0.72 0.24
Hex 11 63 69 54 6 0 3B B8 48 18
Octal 21 143 151 124 6 0 73 270 110 30
Binary 10001 1100011 1101001 1010100 110 0 111011 10111000 1001000 11000

Color Harmonies of #116369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116369

Black with #116369

Text Example


Text Example

White with #116369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116369; }

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

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

background-color css

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

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

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

border-color css

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

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

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