#156267

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

Shades of Blue Stone #156267

Tints of Blue Stone #156267

Color information

#156267 (or 0x156267) is unknown color: approx Blue Stone. HEX triplet: 15, 62 and 67. RGB value is (21,98,103). Sum of RGB (Red+Green+Blue) = 21+98+103=222 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.46% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 103 - color contains mainly: blue. Hex color #156267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156267 is #EA9D98. Grayscale: #4B4B4B. Windows color (decimal): -15375769 or 6775317. OLE color: 6775317.

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

Color convert

RGB2198103-
CMYK0.800.0500.60
HSL183.66º66.13%24.31%-
HSV(B)183.66º79.61%40.39%-
XYZ7.139.8714.36-
YUV75.55143.4989.09-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.46%
GREEN value IS 98 (38.67% from 255) = 44.14%
BLUE value IS 103 (40.62% from 255) = 46.40%
R=9.46%
G=44.14%
B=46.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21981030.800.0500.60183.6666.1324.31
Hex15626750503Cb84218
Octal25142147120507427010230
Binary10101110001011001111010000101011110010111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156267; }

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

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

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

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

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

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

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

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