#156367

Color #156367 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #156367

Tints of Blue Stone #156367

Color information

#156367 (or 0x156367) is unknown color: approx Blue Stone. HEX triplet: 15, 63 and 67. RGB value is (21,99,103). Sum of RGB (Red+Green+Blue) = 21+99+103=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 103 - color contains mainly: blue. Hex color #156367 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156367 is #EA9C98. Grayscale: #4C4C4C. Windows color (decimal): -15375513 or 6775573. OLE color: 6775573.

HSL color Cylindrical-coordinate representation of color #156367: hue angle of 182.93º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #156367 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2199103-
CMYK0.800.0400.60
HSL182.93º66.13%24.31%-
HSV(B)182.93º79.61%40.39%-
XYZ7.2210.0614.39-
YUV76.13143.1688.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 103 (40.62% from 255) = 46.19%
R=9.42%
G=44.39%
B=46.19%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21991030.800.0400.60182.9366.1324.31
Hex15636750403Cb74218
Octal25143147120407426710230
Binary10101110001111001111010000100011110010110111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156367; }

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

 H1.HeaderClassName
 {
   color: #156367;
 }
 .AnyTagClassName
 {
   color: #156367;
 }
</style>
background-color css

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

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

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

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

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

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