Html Css Color HEX #116268 Blue Stone

📋 copy color: '#116268'

red 17 ◦ green 98 ◦ blue 104

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

Shades of Blue Stone #116268

Tints of Blue Stone #116268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.75%

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

R = 7.76%
G = 44.75%
B = 47.49%

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

#116268 (or 0x116268) is known color: Blue Stone. HEX triplet: 11, 62 and 68. RGB value is (17,98,104). Sum of RGB (Red+Green+Blue) = 17+98+104=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #116268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116268 is #EE9D97. Grayscale: #4A4A4A. Windows color (decimal): -15637912 or 6840849. OLE color: 6840849.

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

Color convert

RGB 17 98 104 -
CMYK 0.84 0.06 0 0.59
HSL 184.14º 0.72% 0.24% -
HSV(B) 184.14º 0.84% 0.41% -
XYZ 7.1 9.85 14.62 -
YUV 74.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 17 98 104 0.84 0.06 0 0.59 184.14 0.72 0.24
Hex 11 62 68 54 6 0 3B B8 48 18
Octal 21 142 150 124 6 0 73 270 110 30
Binary 10001 1100010 1101000 1010100 110 0 111011 10111000 1001000 11000

Color Harmonies of #116268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116268

Black with #116268

Text Example


Text Example

White with #116268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116268; }

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

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

background-color css

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

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

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

border-color css

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

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

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