Html Css Color HEX #155962 Blue Stone

📋 copy color: '#155962'

red 21 ◦ green 89 ◦ blue 98

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

Shades of Blue Stone #155962

Tints of Blue Stone #155962

RGB

 RED value IS 21 (8.59% from 255) = 10.1%

 GREEN value IS 89 (35.16% from 255) = 42.79%

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

R = 10.1%
G = 42.79%
B = 47.12%

CMYK

 C value IS 0.79

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155962 (or 0x155962) is known color: Blue Stone. HEX triplet: 15, 59 and 62. RGB value is (21,89,98). Sum of RGB (Red+Green+Blue) = 21+89+98=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 98 (38.67% from 255 or 47.12% from 208); Max value from RGB is 98 - color contains mainly: blue. Hex color #155962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155962 is #EAA69D. Grayscale: #454545. Windows color (decimal): -15378078 or 6445333. OLE color: 6445333.

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

Color convert

RGB 21 89 98 -
CMYK 0.79 0.09 0 0.62
HSL 187.01º 0.65% 0.23% -
HSV(B) 187.01º 0.79% 0.38% -
XYZ 6.09 8.19 12.81 -
YUV 69.69 143.97 93.27 -
System Red Green Blue C M Y K H S L
Decimal 21 89 98 0.79 0.09 0 0.62 187.01 0.65 0.23
Hex 15 59 62 4F 9 0 3E BB 41 17
Octal 25 131 142 117 11 0 76 273 101 27
Binary 10101 1011001 1100010 1001111 1001 0 111110 10111011 1000001 10111

Color Harmonies of #155962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155962

Black with #155962

Text Example


Text Example

White with #155962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155962; }

 p { color: rgb(21,89,98); }

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

background-color css

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

 a { background-color: rgb(21,89,98); }

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

border-color css

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

 span { border-color: rgb(21,89,98); }

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