#146360

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

Shades of Blue Stone #146360

Tints of Blue Stone #146360

Color information

#146360 (or 0x146360) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 60. RGB value is (20,99,96). Sum of RGB (Red+Green+Blue) = 20+99+96=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #146360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146360 is #EB9C9F. Grayscale: #4A4A4A. Windows color (decimal): -15441056 or 6316820. OLE color: 6316820.

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

Color convert

RGB209996-
CMYK0.8000.030.61
HSL177.72º66.39%23.33%-
HSV(B)177.72º79.8%38.82%-
XYZ6.869.9212.62-
YUV75.04139.8388.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 96 (37.89% from 255) = 44.65%
R=9.30%
G=46.05%
B=44.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099960.8000.030.61177.7266.3923.33
Hex14636050033Db24217
Octal24143140120037526210227
Binary1010011000111100000101000001111110110110010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146360; }

 p { color: rgb(20,99,96); }

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

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

 a { background-color: rgb(20,99,96); }

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

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

 span { border-color: rgb(20,99,96); }

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