#156369

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

Shades of Blue Stone #156369

Tints of Blue Stone #156369

Color information

#156369 (or 0x156369) is unknown color: approx 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

RGB2199105-
CMYK0.800.0600.59
HSL184.29º66.67%24.71%-
HSV(B)184.29º80%41.18%-
XYZ7.3210.114.93-
YUV76.36144.1688.51-

RGB Variations

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

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 (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21991050.800.0600.59184.2966.6724.71
Hex15636950603Bb84319
Octal25143151120607327010331
Binary10101110001111010011010000110011101110111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>