#145961

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

Shades of Blue Stone #145961

Tints of Blue Stone #145961

Color information

#145961 (or 0x145961) is unknown color: approx Blue Stone. HEX triplet: 14, 59 and 61. RGB value is (20,89,97). Sum of RGB (Red+Green+Blue) = 20+89+97=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #145961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145961 is #EBA69E. Grayscale: #454545. Windows color (decimal): -15443615 or 6379796. OLE color: 6379796.

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

Color convert

RGB208997-
CMYK0.790.0800.62
HSL186.23º65.81%22.94%-
HSV(B)186.23º79.38%38.04%-
XYZ6.028.1612.57-
YUV69.28143.6492.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.71%
GREEN value IS 89 (35.16% from 255) = 43.20%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=9.71%
G=43.20%
B=47.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2089970.790.0800.62186.2365.8122.94
Hex1459614F803Eba4217
Octal241311411171007627210227
Binary101001011001110000110011111000011111010111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145961; }

 p { color: rgb(20,89,97); }

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

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

 a { background-color: rgb(20,89,97); }

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

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

 span { border-color: rgb(20,89,97); }

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