Html Css Color HEX #155665 Blue Stone

📋 copy color: '#155665'

red 21 ◦ green 86 ◦ blue 101

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

Shades of Blue Stone #155665

Tints of Blue Stone #155665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.56%

R = 10.1%
G = 41.35%
B = 48.56%

CMYK

 C value IS 0.79

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#155665 (or 0x155665) is known color: Blue Stone. HEX triplet: 15, 56 and 65. RGB value is (21,86,101). Sum of RGB (Red+Green+Blue) = 21+86+101=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 101 - color contains mainly: blue. Hex color #155665 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155665 is #EAA99A. Grayscale: #444444. Windows color (decimal): -15378843 or 6641173. OLE color: 6641173.

HSL color Cylindrical-coordinate representation of color #155665: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155665 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 86 101 -
CMYK 0.79 0.15 0 0.60
HSL 191.25º 0.66% 0.24% -
HSV(B) 191.25º 0.79% 0.4% -
XYZ 5.99 7.75 13.49 -
YUV 68.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 21 86 101 0.79 0.15 0 0.60 191.25 0.66 0.24
Hex 15 56 65 4F F 0 3C BF 42 18
Octal 25 126 145 117 17 0 74 277 102 30
Binary 10101 1010110 1100101 1001111 1111 0 111100 10111111 1000010 11000

Color Harmonies of #155665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155665

Black with #155665

Text Example


Text Example

White with #155665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155665; }

 p { color: rgb(21,86,101); }

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

background-color css

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

 a { background-color: rgb(21,86,101); }

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

border-color css

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

 span { border-color: rgb(21,86,101); }

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