Html Css Color HEX #156365 Blue Stone

📋 copy color: '#156365'

red 21 ◦ green 99 ◦ blue 101

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

Shades of Blue Stone #156365

Tints of Blue Stone #156365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.8%

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

R = 9.5%
G = 44.8%
B = 45.7%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#156365 (or 0x156365) is known color: Blue Stone. HEX triplet: 15, 63 and 65. RGB value is (21,99,101). Sum of RGB (Red+Green+Blue) = 21+99+101=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 99 (39.06% from 255 or 44.80% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #156365 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156365 is #EA9C9A. Grayscale: #4B4B4B. Windows color (decimal): -15375515 or 6644501. OLE color: 6644501.

HSL color Cylindrical-coordinate representation of color #156365: hue angle of 181.5º 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 #156365 is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 99 101 -
CMYK 0.79 0.02 0 0.60
HSL 181.5º 0.66% 0.24% -
HSV(B) 181.5º 0.79% 0.4% -
XYZ 7.12 10.02 13.87 -
YUV 75.91 142.16 88.84 -
System Red Green Blue C M Y K H S L
Decimal 21 99 101 0.79 0.02 0 0.60 181.5 0.66 0.24
Hex 15 63 65 4F 2 0 3C B6 42 18
Octal 25 143 145 117 2 0 74 266 102 30
Binary 10101 1100011 1100101 1001111 10 0 111100 10110110 1000010 11000

Color Harmonies of #156365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156365

Black with #156365

Text Example


Text Example

White with #156365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156365; }

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

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

background-color css

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

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

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

border-color css

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

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

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