#146364

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

Shades of Blue Stone #146364

Tints of Blue Stone #146364

Color information

#146364 (or 0x146364) is unknown color: approx Blue Stone. HEX triplet: 14, 63 and 64. RGB value is (20,99,100). Sum of RGB (Red+Green+Blue) = 20+99+100=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #146364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146364 is #EB9C9B. Grayscale: #4B4B4B. Windows color (decimal): -15441052 or 6578964. OLE color: 6578964.

HSL color Cylindrical-coordinate representation of color #146364: hue angle of 180.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146364 is Cyan = 0.8, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2099100-
CMYK0.80.0100.61
HSL180.75º66.67%23.53%-
HSV(B)180.75º80%39.22%-
XYZ7.059.9913.61-
YUV75.49141.8388.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=9.13%
G=45.21%
B=45.66%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20991000.80.0100.61180.7566.6723.53
Hex14636450103Db54318
Octal24143144120107526510330
Binary101001100011110010010100001011110110110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146364; }

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

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

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

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

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

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

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

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