Html Css Color HEX #156369 Blue Stone

📋 copy color: '#156369'

red 21 ◦ green 99 ◦ blue 105

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

Shades of Blue Stone #156369

Tints of Blue Stone #156369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 9.33%
G = 44%
B = 46.67%

CMYK

 C value IS 0.80

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#156369 (or 0x156369) is known color: Blue Stone. HEX triplet: 15, 63 and 69. RGB value is (21,99,105). Sum of RGB (Red+Green+Blue) = 21+99+105=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #156369 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156369 is #EA9C96. Grayscale: #4C4C4C. Windows color (decimal): -15375511 or 6906645. OLE color: 6906645.

HSL color Cylindrical-coordinate representation of color #156369: hue angle of 184.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156369 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 99 105 -
CMYK 0.80 0.06 0 0.59
HSL 184.29º 0.67% 0.25% -
HSV(B) 184.29º 0.8% 0.41% -
XYZ 7.32 10.1 14.93 -
YUV 76.36 144.16 88.51 -
System Red Green Blue C M Y K H S L
Decimal 21 99 105 0.80 0.06 0 0.59 184.29 0.67 0.25
Hex 15 63 69 50 6 0 3B B8 43 19
Octal 25 143 151 120 6 0 73 270 103 31
Binary 10101 1100011 1101001 1010000 110 0 111011 10111000 1000011 11001

Color Harmonies of #156369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156369

Black with #156369

Text Example


Text Example

White with #156369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156369; }

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

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

background-color css

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

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

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

border-color css

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

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

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