Html Css Color HEX #156368 Blue Stone

📋 copy color: '#156368'

red 21 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #156368

Tints of Blue Stone #156368

RGB

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

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

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

R = 9.38%
G = 44.2%
B = 46.43%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#156368 (or 0x156368) is known color: Blue Stone. HEX triplet: 15, 63 and 68. RGB value is (21,99,104). Sum of RGB (Red+Green+Blue) = 21+99+104=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #156368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156368 is #EA9C97. Grayscale: #4C4C4C. Windows color (decimal): -15375512 or 6841109. OLE color: 6841109.

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

Color convert

RGB 21 99 104 -
CMYK 0.80 0.05 0 0.59
HSL 183.61º 0.66% 0.25% -
HSV(B) 183.61º 0.8% 0.41% -
XYZ 7.27 10.08 14.66 -
YUV 76.25 143.66 88.59 -
System Red Green Blue C M Y K H S L
Decimal 21 99 104 0.80 0.05 0 0.59 183.61 0.66 0.25
Hex 15 63 68 50 5 0 3B B8 42 19
Octal 25 143 150 120 5 0 73 270 102 31
Binary 10101 1100011 1101000 1010000 101 0 111011 10111000 1000010 11001

Color Harmonies of #156368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156368

Black with #156368

Text Example


Text Example

White with #156368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156368; }

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

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

background-color css

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

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

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

border-color css

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

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

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