Html Css Color HEX #156263 Blue Stone

📋 copy color: '#156263'

red 21 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #156263

Tints of Blue Stone #156263

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

 BLUE value IS 99 (39.06% from 255) = 45.41%

R = 9.63%
G = 44.95%
B = 45.41%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#156263 (or 0x156263) is known color: Blue Stone. HEX triplet: 15, 62 and 63. RGB value is (21,98,99). Sum of RGB (Red+Green+Blue) = 21+98+99=218 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.63% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 99 - color contains mainly: blue. Hex color #156263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156263 is #EA9D9C. Grayscale: #4B4B4B. Windows color (decimal): -15375773 or 6513173. OLE color: 6513173.

HSL color Cylindrical-coordinate representation of color #156263: hue angle of 180.77º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156263 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 21 98 99 -
CMYK 0.79 0.01 0 0.61
HSL 180.77º 0.65% 0.24% -
HSV(B) 180.77º 0.79% 0.39% -
XYZ 6.93 9.8 13.33 -
YUV 75.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 21 98 99 0.79 0.01 0 0.61 180.77 0.65 0.24
Hex 15 62 63 4F 1 0 3D B5 41 18
Octal 25 142 143 117 1 0 75 265 101 30
Binary 10101 1100010 1100011 1001111 1 0 111101 10110101 1000001 11000

Color Harmonies of #156263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156263

Black with #156263

Text Example


Text Example

White with #156263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156263; }

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

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

background-color css

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

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

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

border-color css

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

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

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