Html Css Color HEX #155461 Blue Stone

📋 copy color: '#155461'

red 21 ◦ green 84 ◦ blue 97

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

Shades of Blue Stone #155461

Tints of Blue Stone #155461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 10.4%
G = 41.58%
B = 48.02%

CMYK

 C value IS 0.78

 M value IS 0.13

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155461 (or 0x155461) is known color: Blue Stone. HEX triplet: 15, 54 and 61. RGB value is (21,84,97). Sum of RGB (Red+Green+Blue) = 21+84+97=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #155461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155461 is #EAAB9E. Grayscale: #424242. Windows color (decimal): -15379359 or 6378517. OLE color: 6378517.

HSL color Cylindrical-coordinate representation of color #155461: hue angle of 190.26º 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 #155461 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 84 97 -
CMYK 0.78 0.13 0 0.62
HSL 190.26º 0.64% 0.23% -
HSV(B) 190.26º 0.78% 0.38% -
XYZ 5.64 7.36 12.43 -
YUV 66.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 21 84 97 0.78 0.13 0 0.62 190.26 0.64 0.23
Hex 15 54 61 4E D 0 3E BE 40 17
Octal 25 124 141 116 15 0 76 276 100 27
Binary 10101 1010100 1100001 1001110 1101 0 111110 10111110 1000000 10111

Color Harmonies of #155461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155461

Black with #155461

Text Example


Text Example

White with #155461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155461; }

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

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

background-color css

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

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

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

border-color css

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

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

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