#145561

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

Shades of Blue Stone #145561

Tints of Blue Stone #145561

Color information

#145561 (or 0x145561) is unknown color: approx Blue Stone. HEX triplet: 14, 55 and 61. RGB value is (20,85,97). Sum of RGB (Red+Green+Blue) = 20+85+97=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #145561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145561 is #EBAA9E. Grayscale: #424242. Windows color (decimal): -15444639 or 6378772. OLE color: 6378772.

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

Color convert

RGB208597-
CMYK0.790.1200.62
HSL189.35º65.81%22.94%-
HSV(B)189.35º79.38%38.04%-
XYZ5.697.5112.46-
YUV66.93144.9794.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=9.90%
G=42.08%
B=48.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2085970.790.1200.62189.3565.8122.94
Hex1455614FC03Ebd4217
Octal241251411171407627510227
Binary101001010101110000110011111100011111010111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145561; }

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

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

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

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

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

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

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

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