Html Css Color HEX #155861 Blue Stone

📋 copy color: '#155861'

red 21 ◦ green 88 ◦ blue 97

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

Shades of Blue Stone #155861

Tints of Blue Stone #155861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 10.19%
G = 42.72%
B = 47.09%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155861 (or 0x155861) is known color: Blue Stone. HEX triplet: 15, 58 and 61. RGB value is (21,88,97). Sum of RGB (Red+Green+Blue) = 21+88+97=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #155861 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155861 is #EAA79E. Grayscale: #444444. Windows color (decimal): -15378335 or 6379541. OLE color: 6379541.

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

Color convert

RGB 21 88 97 -
CMYK 0.78 0.09 0 0.62
HSL 187.11º 0.64% 0.23% -
HSV(B) 187.11º 0.78% 0.38% -
XYZ 5.96 8 12.54 -
YUV 68.99 143.8 93.77 -
System Red Green Blue C M Y K H S L
Decimal 21 88 97 0.78 0.09 0 0.62 187.11 0.64 0.23
Hex 15 58 61 4E 9 0 3E BB 40 17
Octal 25 130 141 116 11 0 76 273 100 27
Binary 10101 1011000 1100001 1001110 1001 0 111110 10111011 1000000 10111

Color Harmonies of #155861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155861

Black with #155861

Text Example


Text Example

White with #155861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155861; }

 p { color: rgb(21,88,97); }

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

background-color css

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

 a { background-color: rgb(21,88,97); }

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

border-color css

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

 span { border-color: rgb(21,88,97); }

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