#146255

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

Shades of Blue Stone #146255

Tints of Blue Stone #146255

Color information

#146255 (or 0x146255) is unknown color: approx Blue Stone. HEX triplet: 14, 62 and 55. RGB value is (20,98,85). Sum of RGB (Red+Green+Blue) = 20+98+85=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #146255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146255 is #EB9DAA. Grayscale: #494949. Windows color (decimal): -15441323 or 5595668. OLE color: 5595668.

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

Color convert

RGB209885-
CMYK0.8000.130.62
HSL170º66.1%23.14%-
HSV(B)170º79.59%38.43%-
XYZ6.39.5410.1-
YUV73.2134.6690.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=9.85%
G=48.28%
B=41.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2098850.8000.130.6217066.123.14
Hex146255500D3Eaa4217
Octal241421251200157625210227
Binary101001100010101010110100000110111111010101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146255; }

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

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

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

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

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

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

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

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