#146256

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

Shades of Blue Stone #146256

Tints of Blue Stone #146256

Color information

#146256 (or 0x146256) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 56. RGB value is (20,98,86). Sum of RGB (Red+Green+Blue) = 20+98+86=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #146256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146256 is #EB9DA9. Grayscale: #494949. Windows color (decimal): -15441322 or 5661204. OLE color: 5661204.

HSL color Cylindrical-coordinate representation of color #146256: hue angle of 170.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146256 is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB209886-
CMYK0.8000.120.62
HSL170.77º66.1%23.14%-
HSV(B)170.77º79.59%38.43%-
XYZ6.349.5610.31-
YUV73.31135.1689.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 86 (33.98% from 255) = 42.16%
R=9.80%
G=48.04%
B=42.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098860.8000.120.62170.7766.123.14
Hex146256500C3Eab4217
Octal241421261200147625310227
Binary101001100010101011010100000110011111010101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146256; }

 p { color: rgb(20,98,86); }

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

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

 a { background-color: rgb(20,98,86); }

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

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

 span { border-color: rgb(20,98,86); }

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