Html Css Color HEX #156168 Blue Stone

📋 copy color: '#156168'

red 21 ◦ green 97 ◦ blue 104

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

Shades of Blue Stone #156168

Tints of Blue Stone #156168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.69%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 9.46%
G = 43.69%
B = 46.85%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#156168 (or 0x156168) is known color: Blue Stone. HEX triplet: 15, 61 and 68. RGB value is (21,97,104). Sum of RGB (Red+Green+Blue) = 21+97+104=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #156168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156168 is #EA9E97. Grayscale: #4A4A4A. Windows color (decimal): -15376024 or 6840597. OLE color: 6840597.

HSL color Cylindrical-coordinate representation of color #156168: hue angle of 185.06º degrees, saturation: 0.66, 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 #156168 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 21 97 104 -
CMYK 0.80 0.07 0 0.59
HSL 185.06º 0.66% 0.25% -
HSV(B) 185.06º 0.8% 0.41% -
XYZ 7.08 9.71 14.6 -
YUV 75.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 21 97 104 0.80 0.07 0 0.59 185.06 0.66 0.25
Hex 15 61 68 50 7 0 3B B9 42 19
Octal 25 141 150 120 7 0 73 271 102 31
Binary 10101 1100001 1101000 1010000 111 0 111011 10111001 1000010 11001

Color Harmonies of #156168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156168

Black with #156168

Text Example


Text Example

White with #156168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156168; }

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

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

background-color css

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

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

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

border-color css

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

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

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