Html Css Color HEX #115662 Blue Stone

📋 copy color: '#115662'

red 17 ◦ green 86 ◦ blue 98

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

Shades of Blue Stone #115662

Tints of Blue Stone #115662

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 8.46%
G = 42.79%
B = 48.76%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115662 (or 0x115662) is known color: Blue Stone. HEX triplet: 11, 56 and 62. RGB value is (17,86,98). Sum of RGB (Red+Green+Blue) = 17+86+98=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #115662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115662 is #EEA99D. Grayscale: #424242. Windows color (decimal): -15640990 or 6444561. OLE color: 6444561.

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

Color convert

RGB 17 86 98 -
CMYK 0.83 0.12 0 0.62
HSL 188.89º 0.7% 0.23% -
HSV(B) 188.89º 0.83% 0.38% -
XYZ 5.76 7.66 12.73 -
YUV 66.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 17 86 98 0.83 0.12 0 0.62 188.89 0.7 0.23
Hex 11 56 62 53 C 0 3E BD 46 17
Octal 21 126 142 123 14 0 76 275 106 27
Binary 10001 1010110 1100010 1010011 1100 0 111110 10111101 1000110 10111

Color Harmonies of #115662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115662

Black with #115662

Text Example


Text Example

White with #115662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115662; }

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

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

background-color css

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

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

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

border-color css

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

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

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