#156467

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

Shades of Blue Stone #156467

Tints of Blue Stone #156467

Color information

#156467 (or 0x156467) is unknown color: approx Blue Stone. HEX triplet: 15, 64 and 67. RGB value is (21,100,103). Sum of RGB (Red+Green+Blue) = 21+100+103=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #156467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156467 is #EA9B98. Grayscale: #4C4C4C. Windows color (decimal): -15375257 or 6775829. OLE color: 6775829.

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

Color convert

RGB21100103-
CMYK0.800.0300.60
HSL182.2º66.13%24.31%-
HSV(B)182.2º79.61%40.39%-
XYZ7.3110.2514.43-
YUV76.72142.8388.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 100 (39.45% from 255) = 44.64%
BLUE value IS 103 (40.62% from 255) = 45.98%
R=9.38%
G=44.64%
B=45.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal211001030.800.0300.60182.266.1324.31
Hex15646750303Cb64218
Octal25144147120307426610230
Binary1010111001001100111101000011011110010110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156467; }

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

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

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

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

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

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

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

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