Html Css Color HEX #115B67 Blue Stone

📋 copy color: '#115B67'

red 17 ◦ green 91 ◦ blue 103

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

Shades of Blue Stone #115B67

Tints of Blue Stone #115B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.13%

 BLUE value IS 103 (40.63% from 255) = 48.82%

R = 8.06%
G = 43.13%
B = 48.82%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#115B67 (or 0x115B67) is known color: Blue Stone. HEX triplet: 11, 5B and 67. RGB value is (17,91,103). Sum of RGB (Red+Green+Blue) = 17+91+103=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 91 (35.94% from 255 or 43.13% from 211); Blue value is 103 (40.62% from 255 or 48.82% from 211); Max value from RGB is 103 - color contains mainly: blue. Hex color #115B67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B67 is #EEA498. Grayscale: #464646. Windows color (decimal): -15639705 or 6773521. OLE color: 6773521.

HSL color Cylindrical-coordinate representation of color #115B67: hue angle of 188.37º 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 #115B67 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 91 103 -
CMYK 0.83 0.12 0 0.60
HSL 188.37º 0.72% 0.24% -
HSV(B) 188.37º 0.83% 0.4% -
XYZ 6.42 8.58 14.15 -
YUV 70.24 146.48 90.02 -
System Red Green Blue C M Y K H S L
Decimal 17 91 103 0.83 0.12 0 0.60 188.37 0.72 0.24
Hex 11 5B 67 53 C 0 3C BC 48 18
Octal 21 133 147 123 14 0 74 274 110 30
Binary 10001 1011011 1100111 1010011 1100 0 111100 10111100 1001000 11000

Color Harmonies of #115B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B67

Black with #115B67

Text Example


Text Example

White with #115B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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