#145564

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

Shades of Blue Stone #145564

Tints of Blue Stone #145564

Color information

#145564 (or 0x145564) is unknown color: approx Blue Stone. HEX triplet: 14, 55 and 64. RGB value is (20,85,100). Sum of RGB (Red+Green+Blue) = 20+85+100=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #145564 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145564 is #EBAA9B. Grayscale: #434343. Windows color (decimal): -15444636 or 6575380. OLE color: 6575380.

HSL color Cylindrical-coordinate representation of color #145564: hue angle of 191.25º 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 #145564 is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2085100-
CMYK0.80.1500.61
HSL191.25º66.67%23.53%-
HSV(B)191.25º80%39.22%-
XYZ5.847.5713.21-
YUV67.27146.4794.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=9.76%
G=41.46%
B=48.78%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20851000.80.1500.61191.2566.6723.53
Hex14556450F03Dbf4318
Octal241251441201707527710330
Binary101001010101110010010100001111011110110111111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145564; }

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

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

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

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

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

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

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

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