#146257

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

Shades of Blue Stone #146257

Tints of Blue Stone #146257

Color information

#146257 (or 0x146257) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 57. RGB value is (20,98,87). Sum of RGB (Red+Green+Blue) = 20+98+87=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #146257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146257 is #EB9DA8. Grayscale: #494949. Windows color (decimal): -15441321 or 5726740. OLE color: 5726740.

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

Color convert

RGB209887-
CMYK0.8000.110.62
HSL171.54º66.1%23.14%-
HSV(B)171.54º79.59%38.43%-
XYZ6.389.5710.53-
YUV73.42135.6689.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 87 (34.38% from 255) = 42.44%
R=9.76%
G=47.80%
B=42.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098870.8000.110.62171.5466.123.14
Hex146257500B3Eac4217
Octal241421271200137625410227
Binary101001100010101011110100000101111111010101100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146257; }

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

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

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

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

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

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

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

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