Html Css Color HEX #115360 Blue Stone

📋 copy color: '#115360'

red 17 ◦ green 83 ◦ blue 96

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

Shades of Blue Stone #115360

Tints of Blue Stone #115360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 96 (37.89% from 255) = 48.98%

R = 8.67%
G = 42.35%
B = 48.98%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115360 (or 0x115360) is known color: Blue Stone. HEX triplet: 11, 53 and 60. RGB value is (17,83,96). Sum of RGB (Red+Green+Blue) = 17+83+96=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #115360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115360 is #EEAC9F. Grayscale: #404040. Windows color (decimal): -15641760 or 6312721. OLE color: 6312721.

HSL color Cylindrical-coordinate representation of color #115360: hue angle of 189.87º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115360 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 83 96 -
CMYK 0.82 0.14 0 0.62
HSL 189.87º 0.7% 0.22% -
HSV(B) 189.87º 0.82% 0.38% -
XYZ 5.44 7.15 12.16 -
YUV 64.75 145.63 93.94 -
System Red Green Blue C M Y K H S L
Decimal 17 83 96 0.82 0.14 0 0.62 189.87 0.7 0.22
Hex 11 53 60 52 E 0 3E BE 46 16
Octal 21 123 140 122 16 0 76 276 106 26
Binary 10001 1010011 1100000 1010010 1110 0 111110 10111110 1000110 10110

Color Harmonies of #115360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115360

Black with #115360

Text Example


Text Example

White with #115360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115360; }

 p { color: rgb(17,83,96); }

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

background-color css

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

 a { background-color: rgb(17,83,96); }

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

border-color css

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

 span { border-color: rgb(17,83,96); }

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